Skip to content

Commit

Permalink
Fix copy paste
Browse files Browse the repository at this point in the history
  • Loading branch information
miensol committed Oct 11, 2023
1 parent 5c8b363 commit 33a101d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

deploy-production:
runs-on: ubuntu-latest
environment: staging
environment: production
needs:
- deploy-staging
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

deploy-production:
runs-on: ubuntu-latest
environment: staging
environment: production
needs:
- deploy-staging
steps:
Expand Down

0 comments on commit 33a101d

Please sign in to comment.