You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
225 B
Makefile
12 lines
225 B
Makefile
3 weeks ago
|
ignition:
|
||
|
$(MAKE) -C flatcar ignition
|
||
|
|
||
|
plan:
|
||
|
terraform plan -var-file production.tfvars
|
||
|
|
||
|
apply:
|
||
|
terraform apply -var-file production.tfvars
|
||
|
|
||
|
testlocalhost:
|
||
|
curl -k --resolve localhost:443:146.190.12.129 https://localhost
|