fixed urls
This commit is contained in:
parent
6d7c9ebbe7
commit
6f58f81200
@ -6,7 +6,7 @@ deploy-beta:
|
|||||||
- echo "Deploy to beta server"
|
- echo "Deploy to beta server"
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- ncftpput -R -u $ftp_user -p $ftp_pass pls5618.com beta build/*
|
- ncftpput -R -u "$ftp_user" -p "$ftp_pass" pls5618.com beta_site build/*
|
||||||
environment:
|
environment:
|
||||||
name: beta
|
name: beta
|
||||||
url: http://beta.pls5618.com
|
url: http://beta.pls5618.com
|
||||||
@ -21,9 +21,9 @@ deploy:
|
|||||||
- echo "Deploy to server"
|
- echo "Deploy to server"
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- ncftpput -R -u $ftp_user -p $ftp_pass pls5618.com beta build/*
|
- ncftpput -R -u "$ftp_user" -p "$ftp_pass" pls5618.com build/*
|
||||||
environment:
|
environment:
|
||||||
name: beta
|
name: beta
|
||||||
url: http://beta.pls5618.com
|
url: http://pls5618.com
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user