Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308df17 commit 50e95baCopy full SHA for 50e95ba
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
103
- [`pr-deploy.yaml`](https://github.com/coder/coder/actions/workflows/pr-deploy.yaml)
104
- GitHub Action workflow 
+- Run `./scripts/deploy-pr.sh`
+- Manually trigger the
+ [`pr-deploy.yaml`](https://github.com/coder/coder/actions/workflows/pr-deploy.yaml)
+ GitHub Action workflow:
105
+
106
+ <Image src="./images/deploy-pr-manually.png" alt="Deploy PR manually" height="348px" align="center" />
107
108
#### Available options
109
0 commit comments