Skip to content

Commit

Permalink
Merge pull request #154 from artsy/joeyAghion/dev
Browse files Browse the repository at this point in the history
chore: simplify S3 path for shared configuration
  • Loading branch information
joeyAghion authored Nov 9, 2023
2 parents 1a8d0b9 + 8843479 commit 9962790
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 9962790

Please sign in to comment.