Initial Bitbucket Deployments configuration

This commit is contained in:
Evandre Silva
2022-06-16 08:41:59 +00:00
parent 1c6f1ae5ed
commit d6391ac788
+1 -1
View File
@@ -18,7 +18,7 @@ pipelines:
- docker push $IMAGE_NAME
- step:
name: 'Deploy on server'
deployment: dev
deployment: test
script:
- echo "Starting deploy..."
- export BITBUCKET_COMMIT_SHORT=$(echo $BITBUCKET_COMMIT| cut -c1-7)