clean-up
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-04 23:07:48 -04:00
parent 695c4d84e8
commit 243682758a

View File

@@ -179,14 +179,12 @@ volumes:
host:
path: /volume1/docker/.yarnrc.yml
# depends_on:
# - Build Pipeline
depends_on:
- Build Pipeline
trigger:
branch:
- main
# event:
# - tag
event:
- tag
---
kind: pipeline
@@ -196,9 +194,6 @@ name: Deploy Pipeline
workspace:
path: /drone/grow
# image_pull_secrets:
# - from_secret: gitea_token
steps:
- name: Deploy Container
image: docker
@@ -241,11 +236,9 @@ volumes:
host:
path: /volume1/docker/labs/grow-auth/.env
# depends_on:
# - Build Pipeline
depends_on:
- Build Pipeline
trigger:
branch:
- main
# event:
# - tag
event:
- tag