dev
This commit is contained in:
18
.drone.yml
18
.drone.yml
@@ -56,6 +56,24 @@ steps:
|
||||
- master
|
||||
depends_on: [ clone ]
|
||||
|
||||
- name: php7.3-dev
|
||||
image: plugins/docker
|
||||
pull: if-not-exists
|
||||
settings:
|
||||
username:
|
||||
from_secret: hub_username
|
||||
password:
|
||||
from_secret: hub_password
|
||||
repo:
|
||||
from_secret: hub_repo
|
||||
build_args:
|
||||
- PHP_VERSION=7.3-fpm-alpine3.12
|
||||
- ENVIRONMENT=dev
|
||||
tags: 7.3-alpine
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
depends_on: [ clone ]
|
||||
|
||||
- name: webhook
|
||||
image: plugins/webhook
|
||||
|
Reference in New Issue
Block a user