mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merge branch 'master' into development
This commit is contained in:
17
bitbucket-pipelines.yml
Normal file
17
bitbucket-pipelines.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
image: node:latest
|
||||
|
||||
pipelines:
|
||||
default:
|
||||
- step:
|
||||
script:
|
||||
- echo "nothing to do"
|
||||
branches:
|
||||
master:
|
||||
- step:
|
||||
caches:
|
||||
- node
|
||||
script:
|
||||
- npm install
|
||||
- node_modules/.bin/ng build --prod
|
||||
- tar cfz /tmp/$BITBUCKET_REPO_SLUG.tgz dist
|
||||
- scp /tmp/$BITBUCKET_REPO_SLUG.tgz $DEPLOYMENT_USER@$TESTING_HOST:/tmp/
|
||||
Reference in New Issue
Block a user