Skip to content

Commit

Permalink
πŸ’š fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Graf committed Feb 14, 2024
1 parent 836ce1e commit 3ac498a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
env:
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_SSH_KEY }}
SSH_CMD_ARGS: "-o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=ssh-rsa"
SOURCE: "build/"
SOURCE: "dist/"
REMOTE_HOST: "ig7dp.ftp.infomaniak.com"
REMOTE_USER: "ig7dp_antistatique"
TARGET: "${{ env.DEPLOY_TARGET }}"

0 comments on commit 3ac498a

Please sign in to comment.