deploy-beta: tags: - website stage: deploy script: - echo "Deploy to beta server" - npm run build - ncftpput -R -u $ftp_user -p $ftp_pass pls5618.com beta build/* environment: name: beta url: http://beta.pls5618.com except: - main