Mostly passing pipelines, still a broken deploy...
This commit is contained in:
@@ -58,6 +58,8 @@ steps:
|
||||
- failure
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- pull_request
|
||||
- push
|
||||
@@ -73,7 +75,7 @@ workspace:
|
||||
path: /drone/grow
|
||||
|
||||
steps:
|
||||
- name: Build Service
|
||||
- name: Build Package
|
||||
image: node:latest
|
||||
commands:
|
||||
- yarn install
|
||||
@@ -175,7 +177,9 @@ steps:
|
||||
image: docker
|
||||
privileged: true
|
||||
commands:
|
||||
- docker compose pull
|
||||
- docker compose build --no-cache
|
||||
- docker compose down
|
||||
- docker compose up --wait
|
||||
volumes:
|
||||
- name: env
|
||||
|
||||
Reference in New Issue
Block a user