aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 89823a8..efdad5a 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -14,7 +14,7 @@ steps:
- name: build-zola
image: ghcr.io/getzola/zola:v0.15.3
entrypoint: [ "/bin/zola" ]
- command: [ "build" ]
+ command: [ "build", "-u", "https://garagehq-new.garage-staging-web.home.adnab.me" ]
- name: upload
image: plugins/s3
@@ -38,6 +38,6 @@ steps:
- pull_request
---
kind: signature
-hmac: 6b52cc98a9ff3c8ff4327fd9ceb95fcb628c96f737e2e7596a47c3cb7d589882
+hmac: a34894addd2abd4d994eaad831021b8aabaffa8ccbbb2ad9e4bcca01cbc85460
...