We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b58a83 commit 00b3826Copy full SHA for 00b3826
.github/workflows/deploy-app.yml
@@ -41,7 +41,7 @@ jobs:
41
REMOTE_HOST: ${{ secrets.SSH_HOST }}
42
REMOTE_USER: ${{ secrets.SSH_USERNAME }}
43
REMOTE_PORT: ${{ secrets.SSH_PORT }}
44
- TARGET: ${{ env.APP_DIR }}
+ TARGET: ${{ env.APP_DIR }}/html
45
SCRIPT_BEFORE: |
46
if ! command -v rsync &> /dev/null
47
then
0 commit comments