diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-08-17 23:50:24 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-08-17 23:53:38 -0700 |
commit | 1a4fc9535a89b58e8b67c8996ade0b833116af3a (patch) | |
tree | d16f3129d7bb69f204bba8422e909354195a0042 /.drone.yml | |
parent | 157dc327e8fe63541b517cfbeeaf202a3e8553a5 (diff) | |
download | uptime-1a4fc9535a89b58e8b67c8996ade0b833116af3a.tar.gz uptime-1a4fc9535a89b58e8b67c8996ade0b833116af3a.zip |
Move to pengueno.
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 703612d..0000000 --- a/.drone.yml +++ /dev/null @@ -1,36 +0,0 @@ ---- -kind: pipeline -type: docker -name: deploy - -steps: - - name: docker-arm - image: plugins/docker - settings: - target: arm - username: - from_secret: gitea_packpub_username - password: - from_secret: gitea_packpub_password - registry: git.simponic.xyz - repo: git.simponic.xyz/simponic/uptime - tags: - - arm - - name: docker-amd64 - image: plugins/docker - settings: - target: eightysix - username: - from_secret: gitea_packpub_username - password: - from_secret: gitea_packpub_password - registry: git.simponic.xyz - repo: git.simponic.xyz/simponic/uptime - tags: - - eightysix - -trigger: - branch: - - main - event: - - push |