Skip to content

Commit

Permalink
chore: simplify S3 path for shared configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyAghion committed Nov 9, 2023
1 parent 1a8d0b9 commit 8843479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo "Installing dependencies..."
yarn install || (npm install --global yarn@latest && yarn install)

echo 'Updating .env file (for shared configuration)...'
aws s3 cp s3://artsy-citadel/dev/.env.joule .env || 'Unable to download shared configuration, ensure you have S3 access!'
aws s3 cp s3://artsy-citadel/joule/.env ./ || 'Unable to download shared configuration, ensure you have S3 access!'

echo 'Setup complete! To start the server, run:
yarn start'

0 comments on commit 8843479

Please sign in to comment.