testing secrets...
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-08 15:08:49 -04:00
parent 4acc228fe3
commit ed4246ba0e

View File

@@ -110,9 +110,9 @@ steps:
- name: Publish Image
image: docker
environemnt:
- USERNAME:
USERNAME:
from_secret: registry_username
- PASSWORD:
PASSWORD:
from_secret: registry_password
commands:
- 'docker login -u ${USERNAME} -p ${PASSWORD} git.mifi.dev'
@@ -176,7 +176,7 @@ steps:
CONTAINER_PREFIX: dev
HOST: area51.mifi.dev
ROUTE_PREFIX: /auth
PORT: 9001'
PORT: 9001
commands:
- docker compose -f docker-compose.staging.yml pull
- docker compose -f docker-compose.staging.yml build --no-cache