Skip to content

Commit

Permalink
correct deploy workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-ray-wilson committed Nov 20, 2024
1 parent e82ddee commit 793944a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eu-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch:

jobs:
gamma-deploy:
eu-deploy:
runs-on: ubuntu-latest
environment:
name: us
name: eu
steps:
- uses: actions/checkout@v3

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/us-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch:

jobs:
gamma-deploy:
us-deploy:
runs-on: ubuntu-latest
environment:
name: us
name: prod
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 793944a

Please sign in to comment.