Skip to content

rustify

rustify #10

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
defaults:
run:
shell: bash
env:
ACTIONS_RUNNER_DEBUG: true
ENVIRONMENT: "production"
BASE_URL: "https://introspect.lagon.dev"
jobs:
deploy:
name: "Deploy"
timeout-minutes: 2
runs-on: ["ubuntu-latest"]
steps:
- name: "Checkout"
uses: actions/checkout@v4.1.1