mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-25 21:11:27 +00:00
Added server teardown phase
This commit is contained in:
parent
64146267ea
commit
48af87d2ba
|
@ -78,6 +78,14 @@ steps:
|
|||
curl -u admin:228337 https://cloud.ruleit.stream/remote.php/dav/files/admin/file
|
||||
|
||||
- name: teardown
|
||||
environment:
|
||||
PASSWORD:
|
||||
from_secret: HETZNER_TOKEN
|
||||
CLOUDFLARE_TOKEN:
|
||||
from_secret: CLOUDFLARE_TOKEN
|
||||
DOMAIN: ruleit.stream
|
||||
ZONE_ID:
|
||||
from_secret: ZONE_ID
|
||||
commands:
|
||||
- >
|
||||
curl -s
|
||||
|
|
Loading…
Reference in a new issue