Using secrets username
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 7s

This commit is contained in:
shockrah 2024-09-28 15:36:43 -07:00
parent 94c8a7d945
commit 11a355684f

View File

@ -18,7 +18,7 @@ jobs:
uses: tempersama/rsync-copy@2.5
with:
host: shockrah.xyz
username: nginx
username: ${{ secrets.USER }}
source: "public/"
destination: /opt/nginx/test.shockrah.xyz
key: ${{ secrets.PRIVATE_KEY }}