We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad41a8 commit 817242cCopy full SHA for 817242c
.github/workflows/release.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches:
5
- next
6
+ - main
7
8
permissions:
9
contents: write
README.md
@@ -23,3 +23,15 @@ npm install
23
# Run the dev server
24
npm run dev
25
```
26
+
27
+## Azure notes
28
29
+Make sure startup script is the following in azure:
30
31
+```bash
32
+pm2 start ecosystem.config.cjs --no-daemon
33
+```
34
35
+### Releasing
36
37
+Releasing is as simple as pushing to main and merging the PR created by release-please after.
0 commit comments