Skip to content

Commit

Permalink
Merge pull request #26 from sergeant-savage/chore/add-github-action
Browse files Browse the repository at this point in the history
Create main.yml
  • Loading branch information
mariano-f-r authored Jan 28, 2024
2 parents 5192136 + 9a6cc4a commit c252fcc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Shuttle Deploy

on:
push:
branches:
- main
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_API_KEY }}
working-directory: "src"
name: "chatter1"
allow-dirty: "false"
no-test: "true"
cargo-shuttle-version: "0.27.0"

0 comments on commit c252fcc

Please sign in to comment.