mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
bitbucket-pipelines.yml created online with Bitbucket
This commit is contained in:
14
bitbucket-pipelines.yml
Normal file
14
bitbucket-pipelines.yml
Normal 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/
|
||||
Reference in New Issue
Block a user