mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-11-24 21:23:32 +00:00
debug: set trace to 1 to see what the action is doing on push
This commit is contained in:
7
.github/workflows/review-app.yml
vendored
7
.github/workflows/review-app.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: 'review-app'
|
name: "review-app"
|
||||||
|
|
||||||
# yamllint disable-line rule:truthy
|
# yamllint disable-line rule:truthy
|
||||||
on:
|
on:
|
||||||
@ -20,9 +20,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# create a review app
|
# create a review app
|
||||||
command: review-apps:create
|
command: review-apps:create
|
||||||
git_remote_url: 'ssh://dokku@dokku.com/nginx-buildpack'
|
git_remote_url: "ssh://dokku@dokku.com/nginx-buildpack"
|
||||||
# specify `--force` as a flag for git pushes
|
# specify `--force` as a flag for git pushes
|
||||||
git_push_flags: '--force'
|
git_push_flags: "--force"
|
||||||
# specify a name for the review app
|
# specify a name for the review app
|
||||||
review_app_name: nginx-buildpack-${{ github.event.pull_request.number }}
|
review_app_name: nginx-buildpack-${{ github.event.pull_request.number }}
|
||||||
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
trace: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user