This commit is contained in:
@@ -11,5 +11,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Copy files
|
- name: Copy files
|
||||||
run: |
|
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 }}
|
ssh -o 'StrictHostKeyChecking no' ${{ secrets.USERNAME }}@${{ secrets.HOST }}
|
||||||
scp ${{ gitea.workspace }}/manifests/* ${{ secrets.USERNAME }}@${{ secrets.HOST }}:/srv/teu/rewinger/packages/manifests/
|
scp ${{ gitea.workspace }}/manifests/* ${{ secrets.USERNAME }}@${{ secrets.HOST }}:/srv/teu/rewinger/packages/manifests/
|
||||||
|
|||||||
Reference in New Issue
Block a user