mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-03-11 01:27:15 +01:00
fix ci
This commit is contained in:
parent
a1fc28ebe4
commit
2fab8d1b4a
1 changed files with 3 additions and 1 deletions
|
@ -62,6 +62,8 @@ plan_misc:
|
|||
stage: plan
|
||||
only:
|
||||
- /^misc_.*/
|
||||
except:
|
||||
- /^misc_v.*/
|
||||
script:
|
||||
- (echo -n "$V3_PK" > terraform/modules/tor/v3.pk)
|
||||
- (echo -n "$V3_PUBK" > terraform/modules/tor/v3.pubk)
|
||||
|
@ -132,7 +134,7 @@ deploy_misc:
|
|||
- (cd terraform
|
||||
&& terraform init -input=false
|
||||
&& terraform workspace select misc
|
||||
&& terraform plan
|
||||
&& terraform apply
|
||||
-var "region=$REGION"
|
||||
-var "zone=$ZONE"
|
||||
-var "tor_instance_type=$TOR_INSTANCE_TYPE"
|
||||
|
|
Loading…
Add table
Reference in a new issue