test for variable

This commit is contained in:
Olivier Demers 2023-02-17 11:51:32 -05:00
parent 6f58f81200
commit 3cd4497fdf

View File

@ -6,6 +6,7 @@ deploy-beta:
- echo "Deploy to beta server"
- npm install
- npm run build
- echo "$ftp_user"
- ncftpput -R -u "$ftp_user" -p "$ftp_pass" pls5618.com beta_site build/*
environment:
name: beta