Skip to content

Commit

Permalink
Fix Directories
Browse files Browse the repository at this point in the history
  • Loading branch information
isiko authored Apr 13, 2024
1 parent 45c5ecf commit a59d13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: easingthemes/ssh-deploy@main
with:
SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_KEY }}
SOURCE: ./Web
SOURCE: ./Web/Web/
REMOTE_HOST: ${{ secrets.DEPLOY_HOST }}
REMOTE_USER: ${{ secrets.DEPLOY_USER }}
TARGET: ${{ vars.DEPLOY_DIR_WEB }}
Expand Down

0 comments on commit a59d13b

Please sign in to comment.