feat: upgrade Drone CI to version 2 (#18)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
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>
This commit is contained in:
parent
da401e9520
commit
8627accc2f
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user