Skip to content

Commit

Permalink
Fix CI deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Sep 24, 2024
1 parent cf2700a commit 7388766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ jobs:
--verbose --archive --compress --delete --delete-after \
--exclude="__pycache__" --exclude=".git" \
. \
${{ vars.IN2P3_SSH_LOGIN }}@cca9.in2p3.fr:'$HOME/${{ vars.DEPLOY_DIR }}/vigiechiro-api'
${{ vars.IN2P3_SSH_LOGIN }}@cca9.in2p3.fr:'${{ vars.DEPLOY_DIR }}/vigiechiro-api'
env:
SSHPASS: ${{ secrets.IN2P3_SSH_PASSWORD }}

0 comments on commit 7388766

Please sign in to comment.