Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

profile
remrem 2 years ago
parent a25aca77f0
commit 693085f476

@ -29,9 +29,6 @@ steps:
# - mountpoint /tmp/smartfit_build
- name: build-web-image
volumes:
- name: build
path: /tmp/smartfit_build
image: plugins/docker
settings:
dockerfile: Dockerfile
@ -42,6 +39,9 @@ steps:
from_secret: cf_username
password:
from_secret: cf_password
volumes:
- name: build
path: /tmp/smartfit_build
depends_on: [build-web]
- name: deploy-web-image

Loading…
Cancel
Save