Skip to content

Commit

Permalink
tweak: github-deploiement-vers-gandi
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Feb 21, 2024
1 parent b005b52 commit 8e5a4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/dev/snippets/github-deploiement-vers-gandi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
mkdir -p ~/.ssh
ssh-keyscan -H ${{ secrets.SFTP_URL }} >> ~/.ssh/known_hosts
- name: Automation
- name: Mirror
run: |
lftp \
-e 'mirror --delete --transfer-all --reverse --verbose=1 ./FOLDER ${{ secrets.SFTP_PATH }} ; quit' \
Expand Down

0 comments on commit 8e5a4a2

Please sign in to comment.