Skip to content

Commit

Permalink
trying to fix workflow still
Browse files Browse the repository at this point in the history
  • Loading branch information
corigne committed Jul 2, 2024
1 parent d018a94 commit d6f29c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
- name: Copy frontend files to webserver folder
uses: appleboy/[email protected]
with:
working-directory: ./frontend
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
source: frontend/build/*
source: build/*
target: "/var/www/${{ secrets.DOMAIN }}"
strip_components: 1

0 comments on commit d6f29c9

Please sign in to comment.