Skip to content

Commit

Permalink
chore: CI www schedule (#15828)
Browse files Browse the repository at this point in the history
* chore: deploy www every 6 hours

* Allow more than 10 minutes to upload to netlify

* Deploy every four hours
  • Loading branch information
m-allanson committed Jul 17, 2019
1 parent 67ccf74 commit 804cf93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ jobs:
working_directory: ~/project/www
- run:
command: node_modules/.bin/netlify deploy --prod --dir=public --auth="$NETLIFY_ACCESS_TOKEN" --site="$NETLIFY_SITE_ID" --message "Deployed from Circle CI workflow https://circleci.com/workflow-run/$CIRCLE_WORKFLOW_ID"
no_output_timeout: 2h
working_directory: ~/project/www

workflows:
Expand Down Expand Up @@ -302,10 +303,10 @@ workflows:
branches:
only:
- master
nightly:
www_deploy:
triggers:
- schedule:
cron: "0 * * * *"
cron: "0 */4 * * *"

This comment has been minimized.

Copy link
@sidharthachatterjee

sidharthachatterjee Jul 17, 2019

Contributor

Looks like Circle doesn't like this format

filters:
branches:
only:
Expand Down

0 comments on commit 804cf93

Please sign in to comment.