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

This commit is contained in:
2023-07-08 20:59:00 +03:00
parent 10c4e6bdc0
commit 0f685898d7

View File

@@ -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