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

This commit is contained in:
2023-07-08 20:53:11 +03:00
parent 693588a9aa
commit d2cf427bfd

View File

@@ -9,15 +9,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- run: ls -las ./manifests/*
# - name: Copy files
# uses: https://github.com/appleboy/scp-action@master
# with:
# host: ${{ secrets.HOST }}
# username: ${{ secrets.USERNAME }}
# key: ${{ secrets.SSH_KEY }}
# port: 22
# source: ./manifests/*
# target: /srv/teu/rewinger/packages/
# overwrite: true
- name: Copy files
uses: https://github.com/appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: 22
source: ${{ gitea.workspace }}/manifests/*
target: /srv/teu/rewinger/packages/
overwrite: true