mirror of https://github.com/buster-so/buster.git
deploy to staging (#393)
This commit is contained in:
parent
bed288f4e1
commit
27008f1539
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue