Add Forgejo Actions #13

Merged
wonderfulfrog merged 20 commits from feat/workflow into main 2025-04-14 21:11:14 -07:00
Showing only changes of commit ab819cf1ca - Show all commits

View file

@ -28,5 +28,6 @@ jobs:
SFTP_PASSWORD: "${{ secrets.SFTP_PASSWORD }}"
SFTP_HOST: "${{ secrets.SFTP_HOST }}"
run: |
apt-get update
apt-get install sshpass -y
sshpass -p "$SFTP_PASSWORD" sftp -o StrictHostKeyChecking=no $SFTP_USERNAME@$SFTP_HOST "put -r dist/*"