Skip to content

Commit

Permalink
Remove beta path
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Dec 27, 2023
1 parent 1d863f2 commit d0e2bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
MIRROR_IP: ${{ secrets.MIRROR_IP }}
MIRROR_USER: ${{ secrets.MIRROR_USER }}
run: |
sftp -i $HOME/.ssh/id_rsa $MIRROR_USER@$MIRROR_IP:/var/www/html/anki-decks/beta <<< $'put -r build/*.zip'
sftp -i $HOME/.ssh/id_rsa $MIRROR_USER@$MIRROR_IP:/var/www/html/anki-decks <<< $'put -r build/*.zip'

0 comments on commit d0e2bba

Please sign in to comment.