Using personal scp-action thing
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 4s

This commit is contained in:
shockrah 2024-09-26 19:44:41 -07:00
parent 30aee28172
commit fa02278674

View File

@ -18,11 +18,11 @@ jobs:
- name: Build website content - name: Build website content
run: hugo run: hugo
- name: Copy files using scp-action - name: Copy files using scp-action
uses: appleboy/scp-action@v0.1.3 uses: tempersama/scp-action@v1.2
with: with:
host: shockrah.xyz host: shockrah.xyz
username: ${{ secrets.USER }} username: ${{ secrets.USER }}
source: "public/*" source: "public/"
target: /opt/nginx/test.shockrah.xyz target: /opt/nginx/test.shockrah.xyz
key: ${{ secrets.PRIVATE_KEY }} key: ${{ secrets.PRIVATE_KEY }}
- name: Copy using scp-action - name: Copy using scp-action