Skip to content

Commit de31c6e

Browse files
Changed daily-deploy.yml schedule
1 parent 985a737 commit de31c6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/daily-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Daily code.json deployment to cloud.gov"
33
on:
44
schedule:
55
# Run at 6:15 pm UTC (2:15 pm EST) every day
6-
- cron: '05 18 * * *'
6+
- cron: '15 18 * * *'
77

88
jobs:
99
build:
@@ -66,4 +66,4 @@ jobs:
6666
ls
6767
git checkout output-cloudgov -- code.json
6868
ls
69-
./bin/deploy-cloudgov && echo "Deploy"
69+
./bin/deploy-cloudgov && echo "Deploy"

0 commit comments

Comments
 (0)