This commit is contained in:
parent
9f5936b2fb
commit
cb7d392739
@ -4,7 +4,7 @@ name: deploy
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:15
|
image: node:lts
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
@ -21,4 +21,5 @@ steps:
|
|||||||
from_secret: ftp_password
|
from_secret: ftp_password
|
||||||
commands:
|
commands:
|
||||||
- apk --no-cache add lftp
|
- apk --no-cache add lftp
|
||||||
- lftp -e "mirror -R dist vcinemaapp" -u $USERNAME,$PASSWORD storage.bunnycdn.com
|
- cd dist
|
||||||
|
- lftp -e "mirror --delete-first -P 10 -R" -u $USERNAME,$PASSWORD storage.bunnycdn.com
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# VCinema
|
# VCinema
|
||||||
|
|
||||||
[](https://drone.jacknet.io/TerribleCodeClub/VCinema)
|
[](https://drone.jacknet.io/TerribleCodeClub/VCinema)
|
||||||
|
|
||||||
Web app for VCinema
|
Web app for VCinema
|
||||||
|
|
||||||
## Project setup
|
## Project setup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user