Fixing params'
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 6s
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 6s
This commit is contained in:
parent
6b4eaad880
commit
29670cbd01
@ -18,11 +18,10 @@ jobs:
|
|||||||
run: pwd && ls -lRt public/
|
run: pwd && ls -lRt public/
|
||||||
- name: SCP Files in public up to the remote ( prolly us ) server
|
- name: SCP Files in public up to the remote ( prolly us ) server
|
||||||
uses: appleboy/scp-action@master
|
uses: appleboy/scp-action@master
|
||||||
env:
|
with:
|
||||||
HOST: ${{ secrets.HOST }}
|
HOST: ${{ secrets.HOST }}
|
||||||
USERNAME: ${{ secrets.USER }}
|
USERNAME: ${{ secrets.USER }}
|
||||||
PORT: ${{ secrets.PORT }}
|
PORT: ${{ secrets.PORT }}
|
||||||
KEY: ${{ secrets.PRIVATE_KEY }}
|
KEY: ${{ secrets.PRIVATE_KEY }}
|
||||||
with:
|
|
||||||
source: "public"
|
source: "public"
|
||||||
target: "/opt/nginx/test.shockrah.xyz"
|
target: "/opt/nginx/test.shockrah.xyz"
|
||||||
|
Loading…
Reference in New Issue
Block a user