capitalizing
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 5s
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 5s
This commit is contained in:
parent
ce1e713949
commit
6b4eaad880
@ -19,10 +19,10 @@ jobs:
|
|||||||
- 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:
|
env:
|
||||||
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:
|
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