deploy to staging (#393)

This commit is contained in:
dal 2025-07-02 14:50:45 -07:00 committed by GitHub
parent bed288f4e1
commit 27008f1539
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,8 @@
branches: branches:
- main - main
paths: paths:
- api/** - apps/api/**
- .github/workflows/porter_app_main_3155.yml
name: Deploy to main name: Deploy to main
jobs: jobs:
porter-deploy: porter-deploy:

View File

@ -4,6 +4,7 @@
- staging - staging
paths: paths:
- apps/api/** - apps/api/**
- .github/workflows/porter_app_staging_3155.yml
name: Deploy to staging name: Deploy to staging
jobs: jobs:
porter-deploy: porter-deploy: