Skip to content

Instantly share code, notes, and snippets.

@fayeyen
Created January 26, 2018 14:13
Show Gist options
  • Save fayeyen/0f0aa30a851b59be15c993c3d84a01ca to your computer and use it in GitHub Desktop.
Save fayeyen/0f0aa30a851b59be15c993c3d84a01ca to your computer and use it in GitHub Desktop.
mage: node:6.9.0
pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- node --version
- npm --version
- npm install -g gulp ts-node typescript typings
- npm install --unsafe-perm
- apt-get update
- apt-get install ncftp
- npm run build --aot
- cd ./dist
- ncftpput -v -u "$FTP_USER" -p "$FTP_PASSWORD" -R $FTP_HOST /html/dist *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment