Skip to content

Refactor import paths to use scoped aliases #8

Refactor import paths to use scoped aliases

Refactor import paths to use scoped aliases #8

Workflow file for this run

name: Deploy (Dev)
on:
push:
branches-ignore:
- "main"
- "release/**"
permissions:
id-token: write
contents: read
packages: read
jobs:
run-migrations:
uses: ./.github/workflows/run-migrations.yml
with:
environment: Development
secrets: inherit
deploy-api:
needs: run-migrations
uses: ./.github/workflows/deploy-api.yml
with:
environment: Development
sst-stage: dev
secrets: inherit
deploy-updater:
needs: run-migrations
uses: ./.github/workflows/deploy-updater.yml
with:
environment: Development
sst-stage: dev
secrets: inherit