Skip to content

Commit

Permalink
refactor(gha): add environment name and URL
Browse files Browse the repository at this point in the history
  • Loading branch information
arikkfir committed Sep 22, 2023
1 parent 305f743 commit ea61e82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
name: Deploy
needs: get-env
runs-on: ubuntu-22.04
environment: ${{ needs.get-env.outputs.env }}
environment:
name: ${{ needs.get-env.outputs.env }}
url: https://acme.${{ needs.get-env.outputs.env }}.greenstar.kfirs.com
steps:
- uses: arikkfir/deploy@main
with:
Expand Down

0 comments on commit ea61e82

Please sign in to comment.