Skip to content

Commit a7e1c47

Browse files
Update certificate action to use new path
1 parent d05da1e commit a7e1c47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/certificate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ jobs:
1717
username: ${{ secrets.SSH_USERNAME }}
1818
password: ${{ secrets.SSH_PASSWORD }}
1919
script: |
20-
cd ${{ vars.SSH_PROJECT_CERT_ROOT }}
21-
sh renewcert.sh
20+
sh /home/${{ secrets.RLMM_USERNAME }}/renewcert.sh

0 commit comments

Comments
 (0)