From 26bea32384d1692e9e277c0408a2e8c1ed34347f Mon Sep 17 00:00:00 2001 From: Evandre Da Silva Date: Mon, 6 Jun 2022 09:46:18 +0100 Subject: [PATCH] add echo to start deploy --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 4ff433c5d..072acbca0 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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: