Propagate env file for webapp deployment (#669)

This commit was merged in pull request #669.
This commit is contained in:
2023-11-28 21:14:02 -07:00
committed by GitHub
parent 1a069a6816
commit 113c0bfbf1
6 changed files with 33 additions and 15 deletions
+2
View File
@@ -14,6 +14,8 @@
# along with this program. If not, see <http:#www.gnu.org/licenses/>.
stack_file_name = "stack.yml"
spec_file_name = "spec.yml"
config_file_name = "config.env"
compose_deploy_type = "compose"
k8s_kind_deploy_type = "k8s-kind"
k8s_deploy_type = "k8s"