This commit is contained in:
parent
f5eacc1ef4
commit
770aad937c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: git clone https://git.m724.eu/Minecon724/dn42-info .
|
- run: git clone https://git.m724.eu/Minecon724/dn42-info .
|
||||||
- run: npm i
|
- run: npm i
|
||||||
- run: npx parcel build src/index.html
|
- run: npm run build
|
||||||
- run: apt update && apt install ncftp -y
|
- run: apt update && apt install ncftp -y
|
||||||
- run: chmod +x deploy.sh && ./deploy.sh
|
- run: chmod +x deploy.sh && ./deploy.sh
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue