Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is passing Details

Mqtt_Next_Step
Emre KARTAL 1 year ago
parent a2896ff43e
commit d41deddaba

@ -25,17 +25,6 @@ steps:
from_secret: SECRET_REGISTRY_USERNAME from_secret: SECRET_REGISTRY_USERNAME
password: password:
from_secret: SECRET_REGISTRY_PASSWORD from_secret: SECRET_REGISTRY_PASSWORD
#container deployment
- name: deploy-container
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment:
IMAGENAME: hub.codefirst.iut.uca.fr/emre.kartal/flad:latest
CONTAINERNAME: flady-container
COMMAND: create
OVERWRITE: true
ADMINS: emrekartal,davidd_almeida,
depends_on: [ docker-build-and-push ]
- name: code-analysis - name: code-analysis
image: node:latest image: node:latest

Loading…
Cancel
Save