Skip to content

Commit 933e4cb

Browse files
committed
doc: fix cron task definition to point to the repository clone path and rm useless github token
1 parent 054e37e commit 933e4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.d4g-tools/deploy/pull/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ sudo apt update && sudo apt install gum
1111

1212

1313
```bash
14-
* * * * * /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
14+
* * * * * /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
1515
```

0 commit comments

Comments
 (0)