bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
Tommy Adamos
2019-01-23 16:57:39 +00:00
parent 340bcda586
commit 52d4a157af

View File

@@ -13,5 +13,5 @@ pipelines:
script:
- npm install
- node_modules/.bin/ng build --prod
- tar cfz /tmp/$BITBUCKET_REPO_SLUG.tgz dist
- tar cfz /tmp/$BITBUCKET_REPO_SLUG.tgz dist/hima/*
- scp /tmp/$BITBUCKET_REPO_SLUG.tgz $DEPLOYMENT_USER@$TESTING_HOST:/tmp/