diff --git a/.github/workflows/aws-cicd-prod.yml b/.github/workflows/aws-cicd-prod.yml index c66ec122..bd5ac099 100644 --- a/.github/workflows/aws-cicd-prod.yml +++ b/.github/workflows/aws-cicd-prod.yml @@ -30,11 +30,7 @@ jobs: - name: Setup Env id: set-env run: | - if [[ "${GITHUB_REF}" == "refs/heads/main" ]]; then - echo "DEPLOY_TARGET=production" >> $GITHUB_OUTPUT - else - echo "DEPLOY_TARGET=development" >> $GITHUB_OUTPUT - fi + echo "DEPLOY_TARGET=production" >> $GITHUB_OUTPUT build: name: build