mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
Merge pull request #72 from logto-io/gao--add-environment-in-deploy-dev
chore: add environment in `deploy-dev` workflow
This commit is contained in:
commit
8e13bea797
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-dev.yml
vendored
1
.github/workflows/deploy-dev.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
environment: dev
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue