Skip to content

Merge pull request #73 from sgcarstrends/72-migrate-to-postgres-neon #131

Merge pull request #73 from sgcarstrends/72-migrate-to-postgres-neon

Merge pull request #73 from sgcarstrends/72-migrate-to-postgres-neon #131

Workflow file for this run

name: Deployment (Staging)
on:
push:
branches:
- "main"
- "release/**"
tags-ignore:
- "*"
permissions:
id-token: write
contents: read
jobs:
staging:
uses: ./.github/workflows/sst.deploy.yml
with:
environment: Staging
sst-stage: staging
secrets: inherit