bitbucket-pipelines.yml created online with Bitbucket

This commit is contained in:
Tommy Adamos
2019-01-23 14:02:51 +00:00
parent ce100ee4e1
commit dbd231c559

14
bitbucket-pipelines.yml Normal file
View File

@@ -0,0 +1,14 @@
image: umwerk/node-awscli
pipelines:
default:
- step:
script:
- echo "nothing to do"
branches:
master:
- step:
script:
- ng build --prod
- tar cfz /tmp/$BITBUCKET_REPO_SLUG.tgz *
- scp /tmp/$BITBUCKET_REPO_SLUG.tgz $DEPLOYMENT_USER@$TESTING_HOST:/tmp/