- move compose file as command arg
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
oonyeje 2025-02-23 00:42:31 -05:00
parent 0c9b160498
commit 362b8183fa

View File

@ -36,7 +36,6 @@ steps:
- name: docker_sock
path: /var/run/docker.sock
settings:
compose_file: ./docker-compose.drone.yaml
push:
- image: gitea.bsidesolutions.net/oonyeje/oonyeje-portfolio:latest
registry: gitea.bsidesolutions.net
@ -45,7 +44,7 @@ steps:
password:
from_secret: DOCKER_PASSWORD
commands:
- docker-compose push
- docker-compose -f ./docker-compose.drone.yaml push
# - name: deploy-staging
# image: plugins/ansible:latest