add deploy script

This commit is contained in:
2025-06-21 10:10:53 +09:00
parent 82b6a7a718
commit 89edcce799
8 changed files with 47 additions and 8 deletions

11
setenv Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
cd $(dirname $0)
cd infra/
export IMBUSY_BE_BUCKET=$(pulumi stack output beBucket)
export IMBUSY_BE_LAMBDA=$(pulumi stack output beLambda)
export IMBUSY_FE_BUCKET=$(pulumi stack output feBucket)
cd ../