Fix Drone trigger definition
This commit is contained in:
@@ -2,8 +2,9 @@ kind: pipeline
|
||||
name: default
|
||||
type: docker
|
||||
|
||||
on:
|
||||
push:
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
|
||||
steps:
|
||||
- name: install
|
||||
@@ -60,7 +61,6 @@ steps:
|
||||
# Disable HTTPS redirection as it served by a reverse proxy
|
||||
CODEFIRST_CLIENTDRONE_ENV_SERVER_NAME: http://codefirst.iut.uca.fr
|
||||
CODEFIRST_CLIENTDRONE_ENV_CORS_ALLOW_ORIGIN: https://codefirst.iut.uca.fr
|
||||
CODEFIRST_CLIENTDRONE_ENV_ASSETS_BASE_PATH: /containers/clementfreville2-herbarium
|
||||
CODEFIRST_CLIENTDRONE_ENV_TRUSTED_PROXIES: REMOTE_ADDR
|
||||
depends_on:
|
||||
- docker-image
|
||||
|
Reference in New Issue
Block a user