mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-13 18:04:20 -05:00
8 lines
202 B
YAML
8 lines
202 B
YAML
name: Constellation destroy
|
|
description: "Destroy a running Constellation cluster."
|
|
runs:
|
|
using: 'composite'
|
|
steps:
|
|
- name: Constellation terminate
|
|
run: constellation terminate
|
|
shell: bash |