Skip to content

Commit

Permalink
ci: update cert workflow path to variable
Browse files Browse the repository at this point in the history
ghostrider-05 committed Dec 1, 2024
1 parent 178ab0e commit fdf7a27
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/certificate.yml
Original file line number Diff line number Diff line change
@@ -17,5 +17,5 @@ jobs:
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
script: |
cd ${{ vars.SSH_PROJECT_ROOT }}
sh deployment/renewcert.sh
cd ${{ vars.SSH_PROJECT_CERT_ROOT }}
sh renewcert.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ Read the [contribution][contributing] documentation for guidelines when contribu

## Certificate Renewal

The certificate is renewed by the `deployment/renewcert.sh` script run using a cron job.
The certificate is renewed by the [`renewcert`](.github/workflows/certificate.yml) script run using a cron job.

[contributing]: ./CONTRIBUTING.md
[package.json]: https://github.com/RocketLeagueMapmaking/RL-docs/blob/master/package.json

0 comments on commit fdf7a27

Please sign in to comment.