This commit is contained in:
@@ -9,9 +9,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Create archive
|
||||
run: tar -cvf manifests.tar ${{ gitea.workspace }}/manifests/
|
||||
|
||||
- name: Copy files
|
||||
uses: https://github.com/appleboy/scp-action@master
|
||||
with:
|
||||
@@ -19,6 +16,6 @@ jobs:
|
||||
username: ${{ secrets.USERNAME }}
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
port: 22
|
||||
source: manifests.tar
|
||||
source: manifests/*
|
||||
target: /srv/teu/rewinger/packages/
|
||||
overwrite: true
|
||||
|
||||
Reference in New Issue
Block a user