From 45964e4f13416c007d98f6ee8960d787432c55a4 Mon Sep 17 00:00:00 2001 From: mifi Date: Wed, 3 May 2023 15:23:13 -0400 Subject: [PATCH] Ugh --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1cbda8f..bf7293e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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