Skip to content

Commit

Permalink
Debug deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Apr 30, 2024
1 parent 7710c26 commit de538ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit de538ca

Please sign in to comment.