diff --git a/.github/workflows/deploy.sh b/.github/workflows/deploy.sh index fd11fe43..778aa314 100644 --- a/.github/workflows/deploy.sh +++ b/.github/workflows/deploy.sh @@ -9,6 +9,7 @@ docker login --username AWS --password-stdin "${AWS_ECR}" echo "Logged in successfully" echo "Would tag image as ${AWS_ECR}:${TAG}" +echo "Bransh is ${BRANCH}" # echo "Building and tagging Docker image" # docker build -t dxd --no-cache .