simpler workflow
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 13s

This commit is contained in:
shockrah 2024-09-11 22:14:27 -07:00
parent 0857d8edd6
commit 5f035fac72

View File

@ -18,10 +18,11 @@ jobs:
- name: Build website content
run: hugo
- name: Copy using scp-action
uses: appleboy/scp-action@v0.1.3
uses: srueda99/scp-action@v12
with:
host: shockrah.xyz
username: html-deployer
port: 22
username: ${{ secrets.USER }}
key: ${{ secrets.PRIVATE_KEY }}
source: public/
target: /opt/nginx/test.shockrah.xyz