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

This commit is contained in:
Pablo Moyano 2020-07-14 22:15:10 +00:00
parent bd84c43ab6
commit 36af509456
1 changed files with 0 additions and 3 deletions

View File

@ -10,9 +10,6 @@ steps:
- name: Build
commands:
- docker build -t aspnetapp .
- name: Stop containers
commands:
- docker-compose down --remove-orphans
- name: Start containers
commands:
- docker-compose up -d