Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
Cronjob provioning
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Jul 26, 2016
1 parent 5905ca9 commit e61d82d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@ composer.phar
github-token.json
site/blog
regenerate
ansible/*.retry
1 change: 0 additions & 1 deletion ansible/deploy-website.retry

This file was deleted.

1 change: 0 additions & 1 deletion ansible/provision.retry

This file was deleted.

5 changes: 5 additions & 0 deletions ansible/provision.yml
Expand Up @@ -48,6 +48,11 @@
dest=/etc/nginx/sites-enabled/www.doctrine-project.org
notify: Restart Nginx

- name: Install cronjob
copy: >
src=regenerate.cron
dest=/etc/cron.d/doctrine-regenerate
handlers:
- name: Restart Nginx
service: name=nginx state=restarted

0 comments on commit e61d82d

Please sign in to comment.