bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
Tommy Adamos
2019-01-23 14:03:43 +00:00
parent dbd231c559
commit 10a7822a9b

View File

@@ -9,6 +9,6 @@ pipelines:
master:
- step:
script:
- ng build --prod
- ng build --prod
- tar cfz /tmp/$BITBUCKET_REPO_SLUG.tgz *
- scp /tmp/$BITBUCKET_REPO_SLUG.tgz $DEPLOYMENT_USER@$TESTING_HOST:/tmp/