mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-03-12 10:30:09 +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
|
stage: plan
|
||||||
only:
|
only:
|
||||||
- /^misc_.*/
|
- /^misc_.*/
|
||||||
|
except:
|
||||||
|
- /^misc_v.*/
|
||||||
script:
|
script:
|
||||||
- (echo -n "$V3_PK" > terraform/modules/tor/v3.pk)
|
- (echo -n "$V3_PK" > terraform/modules/tor/v3.pk)
|
||||||
- (echo -n "$V3_PUBK" > terraform/modules/tor/v3.pubk)
|
- (echo -n "$V3_PUBK" > terraform/modules/tor/v3.pubk)
|
||||||
|
@ -132,7 +134,7 @@ deploy_misc:
|
||||||
- (cd terraform
|
- (cd terraform
|
||||||
&& terraform init -input=false
|
&& terraform init -input=false
|
||||||
&& terraform workspace select misc
|
&& terraform workspace select misc
|
||||||
&& terraform plan
|
&& terraform apply
|
||||||
-var "region=$REGION"
|
-var "region=$REGION"
|
||||||
-var "zone=$ZONE"
|
-var "zone=$ZONE"
|
||||||
-var "tor_instance_type=$TOR_INSTANCE_TYPE"
|
-var "tor_instance_type=$TOR_INSTANCE_TYPE"
|
||||||
|
|
Loading…
Add table
Reference in a new issue