Skip to content

Commit ad37767

Browse files
committed
hotfix(deploy): skip the frontend deployment
1 parent f1e266a commit ad37767

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

frontend/deploy.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ set -e
44
echo "Deploying frontend with image: ${IMAGE_REPO}:${IMAGE_TAG}"
55
echo "Environment: ${ENV_TAG}"
66

7+
echo "Frontend deployment skipped."
8+
exit 0
9+
710
# Determine release name and values file based on environment
811
if [ "${ENV_TAG}" = "prod" ]; then
912
RELEASE_NAME="hankers-frontend-prod"

0 commit comments

Comments
 (0)