Skip to content

Commit

Permalink
positive example
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland committed May 12, 2023
1 parent c258dc3 commit 482b2e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rollout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
head_ref: ${{ github.head_ref }}
env: rollout-${{ github.event.pull_request.number }}
env_url: https://rollout-${{ github.event.pull_request.number }}.example.com
log_url_job_name: rollout

- run: echo perform deploy

Expand All @@ -38,4 +39,5 @@ jobs:

deployment_id: ${{ steps.start.outputs.deployment_id }}
env_url: https://rollout-${{ github.event.pull_request.number }}.example.com
log_url_job_name: rollout

0 comments on commit 482b2e5

Please sign in to comment.