Skip to content

Commit

Permalink
try hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
andreciornavei committed Mar 8, 2024
1 parent b22295d commit ecc0c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
# This step deploys your application to AWS Lambda using the Serverless Framework.
- name: Release application on AWS S3 and invalidate CloudFront cache
run: |
S3_DOMAIN="${APP_NAME}.$([ "${BRANCH}" != "production" ] && echo "${BRANCH}.")${DOMAIN}"
S3_DOMAIN="bnb-bank-web.andreciornavei.com.br"
echo "S3_DOMAIN=${S3_DOMAIN}"
aws s3 sync frontend/build/ s3://${S3_DOMAIN}
SLS_OUTPUT=$(cat sls-output.json)
Expand Down

0 comments on commit ecc0c33

Please sign in to comment.