This commit is contained in:
parent
296a5d3429
commit
37af76a29b
1 changed files with 2 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue