Skip to content

Commit

Permalink
Add deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Lee committed Apr 1, 2024
1 parent 223edfd commit 88bc97c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/mastar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Shuttle Deploy

on:
push:
branches:
- master
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_API_KEY }}

0 comments on commit 88bc97c

Please sign in to comment.