fixed urls

This commit is contained in:
Olivier Demers 2023-02-17 11:49:19 -05:00
parent 6d7c9ebbe7
commit 6f58f81200

View File

@ -6,7 +6,7 @@ deploy-beta:
- echo "Deploy to beta server"
- npm install
- 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:
name: beta
url: http://beta.pls5618.com
@ -21,9 +21,9 @@ deploy:
- echo "Deploy to server"
- npm install
- 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:
name: beta
url: http://beta.pls5618.com
url: http://pls5618.com
only:
- main