Skip to content

Commit

Permalink
update drone file (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmethurst committed Nov 13, 2021
1 parent aee1932 commit 38e100a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ steps:
DOCKER_PASSWORD:
from_secret: gts_docker_password
commands:
- git fetch --tags
- /go/dockerlogin.sh
- goreleaser release --rm-dist --snapshot
- docker push superseriousbusiness/gotosocial:latest
Expand All @@ -79,6 +80,7 @@ steps:
GITHUB_TOKEN:
from_secret: github_token
commands:
- git fetch --tags
- /go/dockerlogin.sh
- goreleaser release --rm-dist
when:
Expand Down Expand Up @@ -113,6 +115,6 @@ trigger:

---
kind: signature
hmac: 8c39ebbac5e9cf4abde546a2b6b8b99a863804969474a5c8fc11f394f415e0ac
hmac: aa44c4655421fb0ed3141b8d7255a9a240dd4312244081d9e95929c4a196fd92

...

0 comments on commit 38e100a

Please sign in to comment.