Rollback!
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-04 20:21:15 -04:00
parent b7a3c12eff
commit 00d9a4f734

View File

@@ -115,6 +115,9 @@ steps:
registry: https://git.mifi.dev
token:
- from_secret: gitea_token
volumes:
- name: yarnrc
path: .yarnrc.yml
- name: Send Status Notifications
image: plugins/webhook
settings:
@@ -131,6 +134,10 @@ steps:
- success
- failure
volumes:
- name: yarnrc
path: /Volume1/docker/.yarnrc.yml
# depends_on:
# - Build Pipeline
@@ -142,7 +149,7 @@ trigger:
---
kind: pipeline
type: docker:dind
type: docker
name: Publish Pipeline - Docker Image
group: publish
@@ -160,8 +167,8 @@ steps:
settings:
auto_tag: true
squash: true
repo: https://git.mifi.dev/mifi/auth
registry: https://git.mifi.dev
repo: git.mifi.dev/mifi/auth
registry: git.mifi.dev
username:
from_secret: registry_username
password:
@@ -170,7 +177,7 @@ steps:
from_secret: gitea_token
volumes:
- name: dockersock
Path: /var/run
Path: /var/run/docker.sock
- name: dockerconfig
Path: /.docker/config.json
- name: Send Status Notifications
@@ -189,17 +196,9 @@ steps:
- success
- failure
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
path: /var/run
path: /var/run/docker.sock
- name: dockerconfig
path: /volume1/docker/labs/grow-auth/dockerconfig.json
@@ -226,7 +225,6 @@ workspace:
steps:
- name: Deploy Container
image: docker:dind
privileged: true
commands:
- docker compose build
- docker compose up --wait
@@ -234,9 +232,9 @@ steps:
- name: env
path: /.env
- name: dockersock
Path: /var/run
Path: /var/run/docker.sock
- name: dockerconfig
Path: /.docker/config.json
Path: ./.docker/config.json
- name: Send Status Notifications
image: plugins/webhook
settings:
@@ -253,19 +251,11 @@ steps:
- success
- failure
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: env
path: /volume1/docker/labs/grow-auth/.env
- name: dockersock
path: /var/run
path: /var/run/docker.sock
- name: dockerconfig
path: /volume1/docker/labs/grow-auth/dockerconfig.json