Skip to content

Commit

Permalink
Merge pull request #469 from contrib-tracker/ga-env
Browse files Browse the repository at this point in the history
ci: set environment name for deploy job
  • Loading branch information
hussainweb committed May 17, 2024
2 parents a0538fe + 7e98d09 commit da5b415
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ jobs:
retention-days: 3

deploy:
environment:
name: ${{ github.ref_name == 'main' && 'production' || 'feature' }}
needs:
- drupal_codequality
- drupal_test
Expand Down

0 comments on commit da5b415

Please sign in to comment.