File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 username : ${{ secrets.SSH_USERNAME }}
1818 password : ${{ secrets.SSH_PASSWORD }}
1919 script : |
20- cd ${{ vars.SSH_PROJECT_ROOT }}
21- sh deployment/ renewcert.sh
20+ cd ${{ vars.SSH_PROJECT_CERT_ROOT }}
21+ sh renewcert.sh
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Read the [contribution][contributing] documentation for guidelines when contribu
5252
5353## Certificate Renewal
5454
55- The certificate is renewed by the ` deployment/ renewcert.sh ` script run using a cron job.
55+ The certificate is renewed by the [ ` renewcert ` ] ( .github/workflows/certificate.yml ) script run using a cron job.
5656
5757[ contributing ] : ./CONTRIBUTING.md
5858[ package.json ] : https://github.com/RocketLeagueMapmaking/RL-docs/blob/master/package.json
You can’t perform that action at this time.
0 commit comments