diff --git a/.github/workflows/review-app.yml b/.github/workflows/review-app.yml index 0f7b110..3a58e56 100644 --- a/.github/workflows/review-app.yml +++ b/.github/workflows/review-app.yml @@ -38,6 +38,7 @@ jobs: route: POST /repos/:repository/deployments/:deployment/statuses repository: ${{ github.repository }} deployment: ${{ fromJson(steps.create_deployment.outputs.data).id }} + production_environment: true environment: review environment_url: http://github-actions-demo-app-${{ github.event.pull_request.number }}.dokku.proxima-web.com log_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} @@ -65,6 +66,7 @@ jobs: route: POST /repos/:repository/deployments/:deployment/statuses repository: ${{ github.repository }} deployment: ${{ fromJson(steps.create_deployment.outputs.data).id }} + production_environment: true environment: review environment_url: http://github-actions-demo-app-${{ github.event.pull_request.number }}.dokku.proxima-web.com log_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} @@ -82,6 +84,7 @@ jobs: route: POST /repos/:repository/deployments/:deployment/statuses repository: ${{ github.repository }} deployment: ${{ fromJson(steps.create_deployment.outputs.data).id }} + production_environment: true environment: review environment_url: http://github-actions-demo-app-${{ github.event.pull_request.number }}.dokku.proxima-web.com log_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} diff --git a/html/index.html b/html/index.html index a2dc66b..a25b858 100644 --- a/html/index.html +++ b/html/index.html @@ -7,6 +7,6 @@

github-actions-demo-app

-

Version: 1

+

Version: 3