Skip to content

Commit

Permalink
Merge pull request #140 from maticnetwork/DEVOPS-2599-cors-issue-update
Browse files Browse the repository at this point in the history
Static app name updated from static-prod to static
  • Loading branch information
sshrihar authored Apr 10, 2024
2 parents a79778c + 4bed09b commit 6a4eb67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/taskdef/prod-taskdef.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
region: eu-west-1
hostport: 80
containerport: 80
app_name: static-prod
app_name: static
role: frontend-apps
environment: prod
iac: terraform-workspace-aws-prod-applications-eu-west-1-apps-static-prod-polygon-technology
iac: terraform-workspace-aws-prod-applications-eu-west-1-apps-static-polygon-technology
team_name: product-apps
memory: 1024
cpu: 512
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: get_app_name
run: |
if [[ "${{ inputs.environment }}" == "prod" ]]; then
echo "APP_NAME=${{ inputs.core_app_name }}-${{ inputs.environment }}" >> $GITHUB_ENV
echo "APP_NAME=${{ inputs.core_app_name }}" >> $GITHUB_ENV
else
echo "APP_NAME=${{ inputs.core_app_name }}-${{ inputs.environment }}" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 6a4eb67

Please sign in to comment.