Skip to content

Commit

Permalink
ci: fix misisng secret
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Feb 3, 2024
1 parent a068bf5 commit 0eab8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Automation
run: |
lftp \
-e 'mirror --delete --only-missing -en --reverse ./luma ${{ SFTP_PATH }} ; quit' \
-e 'mirror --delete --only-missing -en --reverse ./luma ${{ secrets.SFTP_PATH }} ; quit' \
-u '${{ secrets.SFTP_USER }},${{ secrets.SFTP_PASSWORD }}' \
${{ secrets.SFTP_URL }}

0 comments on commit 0eab8d4

Please sign in to comment.