add echo to start deploy

This commit is contained in:
Evandre Da Silva
2022-06-06 09:46:18 +01:00
parent 7ae70aacdc
commit 26bea32384
+1
View File
@@ -19,6 +19,7 @@ pipelines:
- step:
name: 'Deploy on server'
script:
- echo "Starting deploy..."
- export BITBUCKET_COMMIT_SHORT=$(echo $BITBUCKET_COMMIT| cut -c1-7)
- pipe: atlassian/ssh-run:0.4.0
variables: