Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

test deployment

test deployment #2

Workflow file for this run

name: Shuttle Deploy
on:
push:
branches:
- "test/deployment"
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_DEPLOY_KEY }}
name: "briefly"
no-test: "true"
cargo-shuttle-version: "0.25.0"