build: fix target path
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
echo "${{ secrets.SSH_KEY }}" >> ~/.ssh/id_ed25519
|
echo "${{ secrets.SSH_KEY }}" >> ~/.ssh/id_ed25519
|
||||||
chmod 700 ~/.ssh
|
chmod 700 ~/.ssh
|
||||||
chmod 600 ~/.ssh/id_ed25519
|
chmod 600 ~/.ssh/id_ed25519
|
||||||
scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -r ${{ gitea.workspace }}/manifests ${{ secrets.USERNAME }}@${{ secrets.HOST }}:/srv/teu/rewinger/packages/
|
scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -r ${{ gitea.workspace }}/manifests ${{ secrets.USERNAME }}@${{ secrets.HOST }}:/srv/teu/rewinged/packages/
|
||||||
|
|
||||||
- name: Restart container
|
- name: Restart container
|
||||||
uses: https://github.com/appleboy/ssh-action@master
|
uses: https://github.com/appleboy/ssh-action@master
|
||||||
|
|||||||
Reference in New Issue
Block a user