feat: upgrade Drone CI to version 2 (#18)
continuous-integration/drone/push Build is passing Details

Co-authored-by: Davide Polonio <poloniodavide@gmail.com>
Reviewed-on: #18
Co-authored-by: polpetta <polpetta@poldebra.me>
Co-committed-by: polpetta <polpetta@poldebra.me>
pull/19/head
Davide Polonio 2023-03-27 10:31:59 +02:00
parent da401e9520
commit 8627accc2f
1 changed files with 3 additions and 3 deletions

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: