This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
Return Json for url shortened extension (#30) #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_DEPLOY_KEY }} | |
name: "briefly" | |
no-test: "true" | |
cargo-shuttle-version: "0.25.0" |