2022-07-13 14:04:46 +02:00
|
|
|
name: Constellation destroy
|
2022-05-03 11:15:53 +02:00
|
|
|
description: "Destroy a running Constellation cluster."
|
|
|
|
runs:
|
|
|
|
using: 'composite'
|
|
|
|
steps:
|
|
|
|
- name: Constellation terminate
|
|
|
|
run: constellation terminate
|
2022-09-02 12:40:22 +02:00
|
|
|
shell: bash
|