Skip to content

Commit

Permalink
πŸ’š fic workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Graf committed Feb 15, 2024
1 parent eb8ad41 commit 41dfa72
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
run: yarn build

- name: Deploy to Server
uses: burnett01/[email protected]
with:
switches: -avzr --delete
path: dist/
remote_path: ${{ env.DEPLOY_TARGET }}
remote_host: "ig7dp.ftp.infomaniak.com"
remote_user: "ig7dp_antistatique"
remote_key: ${{ secrets.PRIVATE_SSH_KEY }}
uses: easingthemes/ssh-deploy@main
env:
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_SSH_KEY }}
SSH_CMD_ARGS: "-o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=ssh-rsa"
ARGS: "-avz --delete"
SOURCE: "dist/"
REMOTE_HOST: "ig7dp.ftp.infomaniak.com"
REMOTE_USER: "ig7dp_antistatique"
TARGET: ${{ env.DEPLOY_TARGET }}

0 comments on commit 41dfa72

Please sign in to comment.