feat: upgrade Drone CI to version 2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Davide Polonio 2023-03-27 10:30:32 +02:00
parent da401e9520
commit b09cebdf96

View File

@ -3,8 +3,8 @@ version: '3.7'
services:
server:
image: drone/drone:1
restart: always
image: drone/drone:2
restart: unless-stopped
env_file:
- env-droneci-server
networks:
@ -17,7 +17,7 @@ services:
runner:
image: drone/drone-runner-docker:1
restart: always
restart: unless-stopped
env_file:
- env-droneci-runner
networks: