Update CI/CD pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-24 17:37:36 -05:00
parent 44932cf3e2
commit b6949a7673
2 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ type: docker
name: Demo Deploy Pipeline
workspace:
path: /drone/bopeep
path: /drone/walden
steps:
- name: Deploy Container
@@ -16,7 +16,7 @@ steps:
- name: dockersock
path: /var/run/docker.sock
- name: dockerconfig
path: /drone/bopeep/.docker/config.json
path: /drone/walden/.docker/config.json
- name: Send Status Notifications
image: plugins/webhook
privileged: true