Skip to content

move Jobs from sidebar to home page quick-button (replacing Rapports)… #74

move Jobs from sidebar to home page quick-button (replacing Rapports)…

move Jobs from sidebar to home page quick-button (replacing Rapports)… #74

name: Deploy staging
on:
workflow_dispatch:
push:
branches: [main]
paths-ignore:
- '**.md'
- 'LICENSE'
- '.gitignore'
- 'docs/**'
- 'tests/**'
- 'evals/**'
concurrency:
group: deploy-staging
cancel-in-progress: true
permissions:
contents: read
jobs:
deploy:
uses: ./.github/workflows/_deploy.yml
with:
app: autometa-staging
environment: staging
secrets:
ssh_key: ${{ secrets.SCALINGO_SSH_KEY }}