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 - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- run: ls -las ./manifests/* - name: Copy files
uses: https://github.com/appleboy/scp-action@master
# - name: Copy files with:
# uses: https://github.com/appleboy/scp-action@master host: ${{ secrets.HOST }}
# with: username: ${{ secrets.USERNAME }}
# host: ${{ secrets.HOST }} key: ${{ secrets.SSH_KEY }}
# username: ${{ secrets.USERNAME }} port: 22
# key: ${{ secrets.SSH_KEY }} source: ${{ gitea.workspace }}/manifests/*
# port: 22 target: /srv/teu/rewinger/packages/
# source: ./manifests/* overwrite: true
# target: /srv/teu/rewinger/packages/
# overwrite: true