13 Matching Annotations
- Oct 2022
-
founderbeats.com founderbeats.com
-
I believe the very first customers came from my mailing list of hundreds of subscribers. The mailing list itself started with a single Reddit post and a link from my blog.
-
- Mar 2022
-
github.com github.com
-
-
If you need to ensure migrations run in a certain order with regular db:migrate, set up Outrigger.ordered. It can be a hash or a proc that takes a tag; either way it needs to return a sortable value: Outrigger.ordered = { predeploy: -1, postdeploy: 1 } This will run predeploys, untagged migrations (implicitly 0), and then postdeploy migrations.
-
class PreDeployMigration < ActiveRecord::Migration tag :predeploy end
-
-
This is especially useful for zero downtime deploys to Production environments.
-
-
-
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.
-
- Aug 2021
-
docs.docker.com docs.docker.com
-
docker compose up
Deploy to AWS with docker compose.
Tags
Annotators
URL
-
- Dec 2020
-
gohugo.io gohugo.io
-
Host on GitHub
Host hugo on github pages.
-
Deployment of Project Pages from /docs folder on main branch
Deployment of Project Pages from /docs folder on main branch.
-
- Aug 2019
-
developer.jboss.org developer.jboss.org
-
JBoss 5.1 Disable/Enable Hot Deploy(HDScanner)
Tags
Annotators
URL
-
- Jan 2015
-
cargo.codehaus.org cargo.codehaus.org
-
This document explains how to configure Cargo remote deployment support on a Jetty container.
Tags
Annotators
URL
-