Skip to content

Commit fdf7a27

Browse files
committed
ci: update cert workflow path to variable
1 parent 178ab0e commit fdf7a27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/certificate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)