Skip to content

Commit 817242c

Browse files
committed
ci: Update release please
1 parent 1ad41a8 commit 817242c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- next
6+
- main
67

78
permissions:
89
contents: write

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,15 @@ npm install
2323
# Run the dev server
2424
npm run dev
2525
```
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

Comments
 (0)