mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 07:41:02 +00:00
added region
This commit is contained in:
parent
48295a5491
commit
af4b420d66
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ run featurebase in linux amd64 node:
|
|||
- aws configure set aws_profile $PROFILE
|
||||
- INSTANCE_ID=$(cat linux-amd64-instance.txt)
|
||||
script:
|
||||
- aws ssm send-command --document-name "AWS-RunShellScript" --instance-ids $INSTANCE_ID --cli-input-json file://.gitlab/configureFeatureBase.json --profile $PROFILE
|
||||
- aws ssm send-command --document-name "AWS-RunShellScript" --instance-ids $INSTANCE_ID --cli-input-json file://.gitlab/configureFeatureBase.json --profile $PROFILE --region us-east-2
|
||||
- sleep 120
|
||||
needs:
|
||||
job:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue