fix workflow for real this time
All checks were successful
/ deploy (push) Successful in 29s

This commit is contained in:
Minecon724 2024-10-11 11:31:27 +02:00
parent 296a5d3429
commit 37af76a29b
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -7,7 +7,8 @@ jobs:
- run: git clone https://git.m724.eu/Minecon724/dn42-info .
- run: npm i
- run: npx parcel build src/index.html
- run: apt install ftp -y && chmod +x deploy.sh && ./deploy.sh
- run: apt update && apt install ftp -y
- run: chmod +x deploy.sh && ./deploy.sh
env:
FTP_SERVER: ${{ secrets.FTP_SERVER }}
FTP_USER: ${{ secrets.FTP_USER }}