Skip to content

Commit 312d023

Browse files
authored
Update README.md
1 parent c9d2f87 commit 312d023

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ The repos this process pulls from are:
2727
* TaskarCenterAtUW/workspaces-rapid
2828
* TaskarCenterAtUW/workspaces-tasking-manager
2929

30+
We use lightweight tags to indicate the environment a specific commit will deploy to:
31+
```
32+
git checkout <commit-hash>
33+
git tag dev
34+
git push --tags -f
35+
```
36+
3037
### GH Actions
3138

3239
See GitHub's actions tab in this repo for more deployment examples/steps.

0 commit comments

Comments
 (0)