Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Don't remove app-verison script
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad committed Oct 17, 2023
1 parent 61d3df2 commit 6f85b50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
echo "Deploying to S3"
aws s3 sync build/ s3://"${BUCKET}"/ --acl public-read --follow-symlinks --delete --exclude .env-cmdrc.json
echo "Deployed to S3"

# If the above step succeeds, run this step
echo "Exporting REACT_APP_VERSION variable"
./scripts/deploy/app-version.sh

0 comments on commit 6f85b50

Please sign in to comment.