Skip to content

Commit

Permalink
chore: fix environment in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymelou committed Jul 14, 2024
1 parent fb12917 commit feef047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: github.ref == 'refs/heads/develop'
needs: build
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
environment: staging
steps:
- uses: actions/checkout@v4

Expand All @@ -49,7 +49,7 @@ jobs:
if: github.ref == 'refs/heads/master'
needs: build
runs-on: ubuntu-latest
environment: staging
environment: production
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit feef047

Please sign in to comment.