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