Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit ea046b7

Browse files
authoredSep 7, 2017
Merge pull request #557 from 18F/stagger-deploys
Stagger deploys.
2 parents d1e1339 + 47f5be8 commit ea046b7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
 

‎manifest_base.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ applications:
2828
instances: 1
2929
health-check-type: process
3030
# Note, time on server is UTC
31-
command: python redeploy.py 03:45
31+
command: python redeploy.py $DEPLOY_TIME
3232
path: redeployer
3333
services:
3434
- redeployer-creds # API_TOKEN

‎manifest_dev.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
inherit: manifest_base.yml
33
env:
44
CIRCLE_BRANCH: master
5+
DEPLOY_TIME: 04:45
56
routes:
67
- route: atf-eregs-demo.app.cloud.gov

‎manifest_prod.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
inherit: manifest_base.yml
33
env:
44
CIRCLE_BRANCH: release
5+
DEPLOY_TIME: 03:45
56
routes:
67
- route: atf-eregs.18f.gov
78
- route: atf-eregs.app.cloud.gov

0 commit comments

Comments
 (0)
This repository has been archived.