No trailing slash on destination
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 7s

This commit is contained in:
shockrah 2024-09-27 08:09:35 -07:00
parent d940802cbe
commit c42f2022ac

View File

@ -23,5 +23,5 @@ jobs:
host: shockrah.xyz host: shockrah.xyz
username: ${{ secrets.USER }} username: ${{ secrets.USER }}
origin: "public/" origin: "public/"
target: /opt/nginx/test.shockrah.xyz/ target: /opt/nginx/test.shockrah.xyz
key: ${{ secrets.PRIVATE_KEY }} key: ${{ secrets.PRIVATE_KEY }}