constellation/.github/actions/constellation_destroy/action.yml

12 lines
288 B
YAML
Raw Normal View History

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