This commit is contained in:
2023-05-03 16:33:00 -04:00
parent 97ed5f1f43
commit 2a7172ddfe

View File

@@ -110,11 +110,11 @@ steps:
- name: Deploy Container
image: compose
commands:
# - build .
- build .
- up -d
volumes:
- name: env
path: ./.env
path: /.env
depends_on: Build
trigger: