mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04: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
|