Skip to content

Merge pull request #1 from c-git/develop #1

Merge pull request #1 from c-git/develop

Merge pull request #1 from c-git/develop #1

Workflow file for this run

name: Shuttle Deploy
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-shuttle-deploy
cancel-in-progress: true
on:
push:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
# https://docs.github.com/en/actions/sharing-automations/reusing-workflows#calling-a-reusable-workflow
run_tests:
uses: ./.github/workflows/general.yml
deploy:
runs-on: ubuntu-latest
needs: run_tests
steps:
- uses: shuttle-hq/deploy-action@v2
with:
shuttle-api-key: ${{ secrets.SHUTTLE_API_KEY }}
project-id: proj_01JHHNVETW1ZV6SKYDYKDX046T