prototype authentication

main
flavien 2022-07-15 15:53:56 +02:00
parent 73cf4955dd
commit 2c2aabe363
3 changed files with 6 additions and 2 deletions

View File

@ -14,6 +14,9 @@
# -> build frontend
# -> deploy frontend
# TODO
# help command
check_env:
ifndef ENV
$(error "ENV is undefined")
@ -28,6 +31,7 @@ infra_plan: infra_init
infra: infra_plan
cd infra/ && terraform apply -auto-approve
cd infra/ && terraform output > ../back/.env
infra_destroy:
cd infra/ && terraform destroy -auto-approve

2
back

@ -1 +1 @@
Subproject commit 8676facb68c1357a7e5f8502063400efd860e7d6
Subproject commit 360ba3df589d71a97b00dad3af77b875de611c31

2
infra

@ -1 +1 @@
Subproject commit 02bf3db55260b91e98fdf550143c44b14f4aaeeb
Subproject commit baf63ee7d165fd0a4c2fb32c7e599165a6e2ef57