add scp command
Some checks failed
/ Build (push) Failing after 29s

This commit is contained in:
log101 2024-05-14 16:10:04 +00:00
parent 4e6ca67800
commit ffeb0791c8

View File

@ -44,6 +44,8 @@ jobs:
run: | run: |
${{ steps.detect-package-manager.outputs.runner }} astro build ${{ steps.detect-package-manager.outputs.runner }} astro build
working-directory: ${{ env.BUILD_PATH }} working-directory: ${{ env.BUILD_PATH }}
- name: Transfer dist folder
run: scp -r ./dist log101@log101.dev:/home/log101/
- name: executing remote ssh commands using ssh key - name: executing remote ssh commands using ssh key
uses: appleboy/ssh-action@v1.0.3 uses: appleboy/ssh-action@v1.0.3
with: with: