Skip to content

Commit

Permalink
Also point at correct data location
Browse files Browse the repository at this point in the history
  • Loading branch information
MTecknology committed Feb 18, 2024
1 parent 58e708b commit 3de2319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions states/webapps/soberpage.sls
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ soberpage:
- watch_in:
- service: nginx
cmd.run:
- name: /srv/webapps/soberpage/sync -n
- name: "/srv/webapps/soberpage/sync -n -d /srv/webapps/soberpage/data/domains"
- require:
- pkg: nginx
- git: soberpage
Expand All @@ -25,7 +25,7 @@ soberpage:
- watch_in:
- service: nginx
cron.present:
- name: "/srv/webapps/soberpage/sync -n && service nginx reload"
- name: "/srv/webapps/soberpage/sync -n -d /srv/webapps/soberpage/data/domains && service nginx reload"
- identifier: soberpge
- minute: 30
- hour: 0
Expand Down

0 comments on commit 3de2319

Please sign in to comment.