hard set the user@host
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 7s

This commit is contained in:
shockrah 2024-09-11 21:30:19 -07:00
parent cce93bd520
commit 63d211e60d

View File

@ -8,7 +8,7 @@ jobs:
setup-website-content: setup-website-content:
env: env:
remote_path: "/opt/nginx/test.shockrah.xyz" remote_path: "/opt/nginx/test.shockrah.xyz"
ssh_target: "${{ secrets.USER }}@${{ secrets.HOST }}" ssh_target: "html-deployer@shockrah.xyz"
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: shockrah/hugo image: shockrah/hugo