Skip to content

Commit

Permalink
stop shuttle deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ivinjabraham committed Feb 3, 2025
1 parent c657d1c commit 057aeb6
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,18 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_API_KEY }}
name: "amd"
secrets: |
DISCORD_TOKEN = '${{ secrets.DISCORD_TOKEN }}'
- name: Checkout Repository
uses: actions/checkout@v2

- name: Install Shuttle CLI
run: |
curl -sSfL https://www.shuttle.rs/install | bash -s -- --no-interactive
export PATH="$HOME/.cargo/bin:$PATH"
- name: Login
run: |
shuttle login --api-key ${{ secrets.SHUTTLE_API_KEY }}
- name: Destroy Shuttle Project
run: |
shuttle destroy stop amd

0 comments on commit 057aeb6

Please sign in to comment.