Skip to content

Commit

Permalink
fix: do not set duplicate environment
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Nov 29, 2023
1 parent 9afac1e commit 68c9b5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
jobs:
Preview:
runs-on: ubuntu-latest
environment:
name: Development
url: ${{ steps.deployment.outputs.url }}
steps:
- uses: actions/checkout@v3
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ concurrency: production_deployment
jobs:
Deploy:
runs-on: ubuntu-latest
environment:
name: Production
url: https://iiro.fi
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 68c9b5a

Please sign in to comment.