-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pass credentials to SQS if they exist
- Loading branch information
1 parent
d44d31c
commit 46794ce
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
STAGE_ENV=production docker compose run --volume /store/tmp/fast-tmp:/store/tmp/fast-tmp web 'bundle exec bin/ia_to_s3_migrator' | ||
STAGE_ENV=production docker compose run \ | ||
--rm \ | ||
--remove-orphans \ | ||
--volume /store/tmp/fast-tmp:/store/tmp/fast-tmp \ | ||
web \ | ||
'bundle exec bin/ia_to_s3_migrator' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters