mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 06:31:02 +00:00
updated aws config
This commit is contained in:
parent
8274a32127
commit
20224b1df5
1 changed files with 2 additions and 3 deletions
|
|
@ -149,8 +149,8 @@ deploy ec2 instance:
|
|||
SUBNET_ID: ""
|
||||
SSH_KEY: ""
|
||||
PUBLIC_IP: ""
|
||||
AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID
|
||||
AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY
|
||||
AWS_ACCESS_KEY_ID: $AWS_CLOUD_DEV_KEY
|
||||
AWS_SECRET_ACCESS_KEY: $AWS_CLOUD_DEV_SECRET
|
||||
PROFILE: "default"
|
||||
before_script:
|
||||
- aws configure set aws_access_key_id $AWS_ACCESS_KEY_ID
|
||||
|
|
@ -159,7 +159,6 @@ deploy ec2 instance:
|
|||
- aws configure set aws_profile $PROFILE
|
||||
- PROFILE=$(aws configure list-profiles --output text)
|
||||
- aws configure list-profiles --output text
|
||||
- aws sts get-caller-identity --profile $PROFILE
|
||||
script:
|
||||
- AMI=$(aws ssm get-parameters --names /aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs --query 'Parameters[0].[Value]' --output text --profile $PROFILE)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue