mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-02 18:13:13 +02:00
Fixing the EC2 deployment
This commit is contained in:
parent
8f7866dc9b
commit
6caeaa30d0
1 changed files with 1 additions and 1 deletions
2
algo
2
algo
|
@ -287,7 +287,7 @@ Enter the number of your desired region:
|
|||
esac
|
||||
|
||||
ROLES="ec2 vpn cloud"
|
||||
EXTRA_VARS="aws_access_key=$aws_access_key aws_secret_key=$aws_secret_key aws_server_name=$aws_server_name ssh_public_key=$ssh_public_key algo_region=$region"
|
||||
EXTRA_VARS="aws_access_key=$aws_access_key aws_secret_key=$aws_secret_key aws_server_name=$aws_server_name ssh_public_key=$ssh_public_key region=$region"
|
||||
}
|
||||
|
||||
lightsail () {
|
||||
|
|
Loading…
Add table
Reference in a new issue