mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
bitbucket-pipelines.yml edited online with Bitbucket
This commit is contained in:
@@ -24,7 +24,7 @@ pipelines:
|
||||
script:
|
||||
- umask 0022
|
||||
- npm install
|
||||
- node_modules/.bin/ng build --prod
|
||||
- node_modules/.bin/ng build
|
||||
- tar cfz /tmp/$BITBUCKET_BRANCH-$BITBUCKET_REPO_SLUG.tgz -C dist/hima/ .
|
||||
- scp /tmp/$BITBUCKET_BRANCH-$BITBUCKET_REPO_SLUG.tgz $DEPLOYMENT_USER@$TESTING_HOST:/tmp/
|
||||
- ssh $DEPLOYMENT_USER@$TESTING_HOST "sudo /usr/local/bin/deploy $BITBUCKET_BRANCH-$BITBUCKET_REPO_SLUG $BITBUCKET_BRANCH"
|
||||
|
||||
Reference in New Issue
Block a user