mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-11 00:44:20 -05:00
a879043f03
refactor e2e test into reusable action, so we can have manual & cron jobs. added cron for azure & gcp. failed jobs are reported to MS Teams.
12 lines
288 B
YAML
12 lines
288 B
YAML
name: constellation_destroy
|
|
description: "Destroy a running Constellation cluster."
|
|
runs:
|
|
using: 'composite'
|
|
steps:
|
|
- name: Remove VPN configuration
|
|
run: wg-quick down ./wg0.conf
|
|
shell: bash
|
|
- name: Constellation terminate
|
|
run: constellation terminate
|
|
shell: bash
|