Skip to content

Commit

Permalink
Merge pull request #66 from andreciornavei/develop
Browse files Browse the repository at this point in the history
try hardcoded
  • Loading branch information
andreciornavei authored Mar 8, 2024
2 parents a254b94 + ecc0c33 commit 2c3362e
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 2c3362e

Please sign in to comment.