Permalink
Cannot retrieve contributors at this time
5 lines (5 sloc)
441 Bytes
|
--- |
|
- include_vars: env.yml |
|
- cron: name="update clifff.com" minute="0" |
|
job="docker pull clifff/clifff.com && docker run -e "GITHUB_OAUTH_TOKEN="{{ github_oauth_token }}"" -e "PINBOARD_API_KEY="{{ pinboard_api_key }}"" -e "S3_ID="{{ s3_id }}"" -e "S3_SECRET="{{ s3_secret }}"" clifff/clifff.com bundle exec rake deploy 2>&1 | /usr/bin/logger -t clifff.com" |
|
- copy: src=../templates/docker-clean.sh dest=/etc/cron.daily/ mode="u+rwx" |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.