This commit is contained in:
2023-05-03 15:23:13 -04:00
parent 0e3ff90e09
commit 45964e4f13

View File

@@ -114,16 +114,16 @@ steps:
- yarn build
volumes:
- name: app-build-dir
path: /app-build
path: /app
- name: Deploy Container
image: compose
commands:
- cd /app
- cp /app-build-dir/* .
- build
- up -d
volumes:
- name: app-build-dir
- name: app-build-dir
path:
path: /app-build
depends_on: Build
@@ -133,9 +133,9 @@ trigger:
event:
- push
depends_on:
- Build Pipeline
volumes:
- name: app-build-dir
temp: {}
depends_on:
- Build Pipeline