- Dec 2023
-
www.salesforceben.com www.salesforceben.com
-
No mention of how to authenticate the deployment, which is disappointing. See the repository for more.
- https://github.com/salto-io/salesforce-ci-cd-org-dev/blob/ca2177829b49b0fce1167ad4c93ea0190293f9ad/.github/workflows/push-master-branch.yml#L40C22-L40C97
- https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_org_commands_unified.htm#cli_reference_org_login_sfdx-url_unified
-
- Oct 2023
-
faircore4eosc.eu faircore4eosc.eu
- Aug 2023
-
www.rd-alliance.org www.rd-alliance.org
-
Generalist repositorie
-
- Nov 2022
-
www.freecodecamp.org www.freecodecamp.org
-
it’s important to understand some of the fundamental concepts around what a “container” is and how it compares to a Virtual Machine (VM)
-
- Oct 2022
-
www.odoo.com www.odoo.com
-
Odoo standard (no cutomizations)
-
-
www.odoo.com www.odoo.com
-
Odoo is a multi-tenant system: a single Odoo system may run and serve a number of database instances. It is also highly customizable, with customizations (starting from the modules being loaded) depending on the "current database"
Tags
Annotators
URL
-
- Aug 2022
-
stackoverflow.com stackoverflow.com
-
one should not upgrade a production environment without extensive testing. I prefer to not upgrade prod at all. Instead, I create a new instance with latest everything, host my apps there, test everything out, and then make it production.
-
- Mar 2022
-
-
Deployment: Significance of Branching for Continuous Delivery
The deployment of software in DevOps is based on Continuous Delivery. Continuous Delivery enables all kinds of changes, including new features, configuration changes, bug fixes and experiments, to be put into production safely and quickly in a sustainable manner. A Branching strategy and Base Truncs play an important role in this.
-
- Feb 2022
-
docs.microsoft.com docs.microsoft.com
-
Model deployment in Azure ML
-
- Aug 2021
-
www.informit.com www.informit.com
-
On the technical front, the number of components affected is much smaller; on the business front, it's usually a much easier conversation to persuade the team to roll back one small feature than twenty big features
Tags
Annotators
URL
-
- May 2021
-
blogs.bmj.com blogs.bmj.com
-
Optimising covid-19 vaccine uptake—Time for a more nuanced approach. (2021, April 30). The BMJ. https://blogs.bmj.com/bmj/2021/04/30/optimising-covid-19-vaccine-uptake-time-for-a-more-nuanced-approach/
-
- Mar 2021
-
www.who.int www.who.int
-
Guidance on developing a national deployment and vaccination plan for COVID-19 vaccines. (n.d.). Retrieved January 21, 2021, from https://www.who.int/publications-detail-redirect/WHO-2019-nCoV-Vaccine_deployment-2020.1
-
- Jan 2021
-
apps.who.int apps.who.int
-
Europe, W. H. O. R. O. for. (2020). Strategic considerations in preparing for deployment of COVID-19 vaccine and vaccination in the WHO European Region, 9 October 2020. https://apps.who.int/iris/handle/10665/335940
-
- Jun 2020
-
www.forbes.com www.forbes.com
-
This is a major development—given the combined efforts of Google and the mobile networks, RCS will be the fastest deployed messaging technology of all time.
-
- Apr 2020
-
github.com github.com
-
Put a load balancer or another nginx on the host for providing HTTPS.
Tags
Annotators
URL
-
- Sep 2019
-
medium.com medium.com
-
darklang.com
-
-
darklang.com darklang.comDark1
- May 2019
-
docs.newrelic.com docs.newrelic.com
-
Record a deployment with POST
Newrelic deployment markers can also be generated via a post request although it's generally simpler to use the agent specific method.
-
-
docs.newrelic.com docs.newrelic.com
-
config_file: Path to the config file name
Since Hypothesis uses a server side config I'm not sure what to do here as there is no config file to provide. 🤔
If it turns out this isn't feasible (although I'm sure there's a solution for this config_file issue) the alternative approach would be to use the post method.
-
newrelic-admin record-deploy config_file description [revision changelog user]
To enable recording of deploys on the python agent via New Relic, you can simply call the newrelic-admin record-deploy command and pass it the necessary revision information. This will place a deployment marker on any graph you view in newrelic as a vertical line-indicating that a new revision of the code was released at that point in time.
-
- Mar 2019
-
www.thedevelopersconference.com.br www.thedevelopersconference.com.br
-
Repositorio NPM privado grátis com Verdaccio e AWS
Excelente para você entender, na prática, sobre Cloud Deployment (um de nossos importantes subtópicos!). Além disso, vai sair da palestra com mais ferramentas para seu cinto de utilidades!
-
- May 2015
-
stackoverflow.com stackoverflow.com
-
You can push an alternative branch to Heroku using Git. git push heroku-dev test:master This pushes your local test branch to the remote's master branch (on Heroku).
Push a local non-master branch to heroku master
-