Skip to content

Commit

Permalink
chore: envs
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Dec 2, 2023
1 parent dcb0176 commit 22c3873
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ concurrency:
jobs:
ever-teams-webapp:
runs-on: buildjet-8vcpu-ubuntu-2204

environment: dev

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker-build-publish-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ concurrency:
jobs:
ever-teams-webapp:
runs-on: buildjet-8vcpu-ubuntu-2204

environment: prod

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 22c3873

Please sign in to comment.