Modification du hostname en ip
Drone ne connait pas les hostnames interne à RésiLien
This commit is contained in:
parent
92f401b3d9
commit
5337c71d49
|
@ -148,9 +148,9 @@ deployment:
|
|||
targets:
|
||||
- name: production
|
||||
URL: >-
|
||||
s3://jarnat.fr?endpoint=http://roquette.resilien:3900&disableSSL=true&s3ForcePathStyle=true®ion=garage
|
||||
s3://jarnat.fr?endpoint=http://10.20.20.25:3900&disableSSL=true&s3ForcePathStyle=true®ion=garage
|
||||
- name: staging
|
||||
URL: >-
|
||||
s3://staging.jarnat.fr?endpoint=http://roquette.resilien:3900&disableSSL=true&s3ForcePathStyle=true®ion=garage
|
||||
s3://staging.jarnat.fr?endpoint=http://10.20.20.25:3900&disableSSL=true&s3ForcePathStyle=true®ion=garage
|
||||
|
||||
disableHugoGeneratorInject: true
|
||||
|
|
Loading…
Reference in New Issue