mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
debug echo statements
This commit is contained in:
parent
a9ab597d28
commit
6e6d7a77db
1 changed files with 3 additions and 0 deletions
|
|
@ -195,6 +195,9 @@ deploy ec2 instance:
|
|||
- aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY
|
||||
- aws configure set region "us-east-2"
|
||||
- aws configure set aws_profile $PROFILE
|
||||
- cat .aws/credentials
|
||||
- cat .aws/config
|
||||
- cat .aws/sso
|
||||
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
|
||||
- eval `ssh-agent -s`
|
||||
- mkdir -p /root/.ssh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue