build: fix target path

This commit is contained in:
2024-12-09 09:54:23 +03:00
parent c1e261e0a1
commit c688de68c9

View File

@@ -18,7 +18,7 @@ jobs:
echo "${{ secrets.SSH_KEY }}" >> ~/.ssh/id_ed25519
chmod 700 ~/.ssh
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
uses: https://github.com/appleboy/ssh-action@master