Bumping scp version
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 11s

This commit is contained in:
shockrah 2024-09-26 19:51:10 -07:00
parent 1147f61d7d
commit a6da939fea

View File

@ -18,19 +18,10 @@ 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: tempersama/scp-action@1.2 uses: tempersama/scp-action@1.3
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
uses: srueda99/scp-action@v12
with:
host: shockrah.xyz
port: 22
username: ${{ secrets.USER }}
key: ${{ secrets.PRIVATE_KEY }}
origin: "public/*"
target: /opt/nginx/test.shockrah.xyz