Skip to content

stop shuttle deployment #17

stop shuttle deployment

stop shuttle deployment #17

Workflow file for this run

name: Shuttle Deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Shuttle CLI
run: |
curl -sSL https://shuttle.rs/install.sh | bash
- name: Login
run: |
shuttle login --api-key ${{ secrets.SHUTTLE_API_KEY }}
- name: Destroy Shuttle Project
run: |
shuttle destroy stop amd