Skip to content

Commit

Permalink
Merge pull request #225 from valerymelou/chore/cd
Browse files Browse the repository at this point in the history
chore: fix environment in ci.yml
  • Loading branch information
valerymelou authored Jul 14, 2024
2 parents 9ce1c4d + feef047 commit 17a48ae
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 17a48ae

Please sign in to comment.