diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-11 08:19:43 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-11 08:19:43 -0700 |
commit | 4bd39b94f4a67d7d829e617ae69bb12a3faf83f5 (patch) | |
tree | a1b4d5d13aa6df744582e8d2f7023abe2917c888 /users | |
parent | deploy: stop the flyctl agent at the end (diff) | |
download | world-4bd39b94f4a67d7d829e617ae69bb12a3faf83f5.tar.gz |
sign the drone configuration
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/blog/.drone.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/fcuny/blog/.drone.yml b/users/fcuny/blog/.drone.yml index 0031ad9..e312fb4 100644 --- a/users/fcuny/blog/.drone.yml +++ b/users/fcuny/blog/.drone.yml @@ -1,3 +1,4 @@ +--- kind: pipeline type: exec name: default @@ -15,3 +16,8 @@ steps: from_secret: FLY_API_TOKEN commands: - nix run .#deploy +--- +kind: signature +hmac: 2fbe0f7be54296d1d2aa91d096b1a4e31cfa15104b2284fea15f0865e7cb3545 + +... |