build: wip
Some checks failed
Publish / deploy_via_ssh (push) Failing after 4s

This commit is contained in:
2023-07-08 21:53:12 +03:00
parent dbcae72ee6
commit d1d98cf07a

View File

@@ -11,5 +11,9 @@ jobs:
- name: Copy files
run: |
mkdir ~/.ssh
echo ${{ secrets.SSH_KEY }} >> ~/.ssh/id_ed25519
chmod 700 ~/.ssh
chmod 600 ~/.ssh/id_ed25519
ssh -o 'StrictHostKeyChecking no' ${{ secrets.USERNAME }}@${{ secrets.HOST }}
scp ${{ gitea.workspace }}/manifests/* ${{ secrets.USERNAME }}@${{ secrets.HOST }}:/srv/teu/rewinger/packages/manifests/