Skip to content

Commit

Permalink
doc: fix cron task definition to point to the repository clone path a…
Browse files Browse the repository at this point in the history
…nd rm useless github token
  • Loading branch information
jeremyfix committed Jun 18, 2024
1 parent 054e37e commit 933e4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .d4g-tools/deploy/pull/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ sudo apt update && sudo apt install gum


```bash
* * * * * /opt/d4g/<MY_REPO>/.d4g-tools/deploy/pull/pull_cron.sh --github-token=<REDACTED> --repository-name=dataforgoodfr/<MY_REPO> --branch=dev >> /tmp/log/pull_cron.log 2>&1
* * * * * /opt/d4g/12_taxobservatory_dataviz_dev/.d4g-tools/deploy/pull/pull_cron.sh --repository-name=dataforgoodfr/12_taxobservatory_dataviz_dev --branch=dev >> /opt/d4g/12_taxobservatory_dataviz_dev/pull_cron.log 2>&1
```

0 comments on commit 933e4cb

Please sign in to comment.