diff options
author | Alex Auvolat <alex@adnab.me> | 2021-02-08 14:49:29 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-02-08 14:49:29 +0100 |
commit | fd83e1aec92c08926d8eec975e7be04e5adb1d2f (patch) | |
tree | a9bebaafb4a46eda2c694c676c47b3f5635613fa | |
parent | 3f5e10cd9b504ebe99449ccee1641bb8c2d60aab (diff) | |
download | site-fd83e1aec92c08926d8eec975e7be04e5adb1d2f.tar.gz site-fd83e1aec92c08926d8eec975e7be04e5adb1d2f.zip |
custom endpoint
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,4 +14,6 @@ pipeline: from_secret: aws_secret_access_key source: static/**/* target: / + endpoint: https://garage.deuxfleurs.fr/ + path_style: true |