mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-07 13:48:00 -05:00
9 lines
203 B
YAML
9 lines
203 B
YAML
|
name: constellation_destroy
|
||
|
description: "Destroy a running Constellation cluster."
|
||
|
runs:
|
||
|
using: 'composite'
|
||
|
steps:
|
||
|
- name: Constellation terminate
|
||
|
run: constellation terminate
|
||
|
shell: bash
|