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 - yarn build
volumes: volumes:
- name: app-build-dir - name: app-build-dir
path: /app-build path: /app
- name: Deploy Container - name: Deploy Container
image: compose image: compose
commands: commands:
- cd /app
- cp /app-build-dir/* . - cp /app-build-dir/* .
- build - build
- up -d - up -d
volumes: volumes:
- name: app-build-dir - name: app-build-dir
path:
path: /app-build path: /app-build
depends_on: Build depends_on: Build
@@ -133,9 +133,9 @@ trigger:
event: event:
- push - push
depends_on:
- Build Pipeline
volumes: volumes:
- name: app-build-dir - name: app-build-dir
temp: {} temp: {}
depends_on:
- Build Pipeline