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 c9d2f87 commit 312d023Copy full SHA for 312d023
README.md
@@ -27,6 +27,13 @@ The repos this process pulls from are:
27
* TaskarCenterAtUW/workspaces-rapid
28
* TaskarCenterAtUW/workspaces-tasking-manager
29
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
+
37
### GH Actions
38
39
See GitHub's actions tab in this repo for more deployment examples/steps.
0 commit comments