We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2f42e commit 17ab4e9Copy full SHA for 17ab4e9
docs/CONTRIBUTING.md
@@ -98,10 +98,12 @@ Use the following `make` commands and scripts in development:
98
You can test your changes by creating a PR deployment. There are two ways to do
99
this:
100
101
-1. By running `./scripts/deploy-pr.sh`
102
-2. By manually triggering the
+- Run `./scripts/deploy-pr.sh`
+- Manually trigger the
103
[`pr-deploy.yaml`](https://github.com/coder/coder/actions/workflows/pr-deploy.yaml)
104
- GitHub Action workflow 
+ GitHub Action workflow:
105
+
106
+ <Image width="350px" src="./images/deploy-pr-manually.png" alt="Deploy PR manually" align="center" />
107
108
#### Available options
109
0 commit comments