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: services:
server: server:
image: drone/drone:1 image: drone/drone:2
restart: always restart: unless-stopped
env_file: env_file:
- env-droneci-server - env-droneci-server
networks: networks:
@ -17,7 +17,7 @@ services:
runner: runner:
image: drone/drone-runner-docker:1 image: drone/drone-runner-docker:1
restart: always restart: unless-stopped
env_file: env_file:
- env-droneci-runner - env-droneci-runner
networks: networks: