diff options
author | Thomas Boerger <thomas@webhippie.de> | 2018-07-11 23:45:03 +0200 |
---|---|---|
committer | Jonas Franz <info@jonasfranz.software> | 2018-07-11 23:45:03 +0200 |
commit | 3e950ef112ec03eb07393d673f7cda0632fa459f (patch) | |
tree | a4de89faa0fcfb8bc4f44037a97b3e4f98f4a9d4 /.drone.yml | |
parent | c55caeaf0cf93d373aad5956278ff71d9c9c91f3 (diff) | |
download | gitea-3e950ef112ec03eb07393d673f7cda0632fa459f.tar.gz gitea-3e950ef112ec03eb07393d673f7cda0632fa459f.zip |
Use correct site id for netlify (#4427)
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index d7226bd6a2..cd7a0394a7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -216,7 +216,7 @@ pipeline: image: lucap/drone-netlify:latest pull: true secrets: [ netlify_token ] - site_id: 05515f14-3702-4a84-9ff3-88ba90fe08dd + site_id: d2260bae-7861-4c02-8646-8f6440b12672 path: docs/public/ when: event: [ push ] |