Skip to content

Commit 44cf0df

Browse files
authored
Merge pull request #216 from maevsi/fix/reccoom/add-certificate
fix(reccoom): add missing certificate
2 parents 50144f7 + 97e1185 commit 44cf0df

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ jobs:
2626
build:
2727
needs: prepare_jobs
2828
name: dargstack rgen
29-
uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2.5.20
29+
uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2.6.0
3030
if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
31+
with:
32+
APT_PACKAGES: mkcert
3133
release-semantic:
3234
needs: build
3335
name: Semantic Release
34-
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.20
36+
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.6.0
3537
permissions:
3638
contents: write
3739
secrets:

.github/workflows/release-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release-schedule:
1010
name: "Release: Scheduled"
11-
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.5.20
11+
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.6.0
1212
secrets:
1313
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1414
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"private": true,
1919
"repository": "https://github.com/maevsi/stack.git",
2020
"scripts": {
21-
"prepare": "husky"
21+
"prepare": "husky && ./src/development/certificates/mkcert.sh"
2222
},
2323
"type": "module",
2424
"version": "15.1.1"

src/development/certificates/mkcert.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ create "traefik" \
3535
`# portainer` "portainer.localhost" \
3636
`# postgraphile` "postgraphile.localhost" \
3737
`# prometheus` "prometheus.localhost" \
38+
`# reccoom` "reccoom.localhost" \
3839
`# redpanda` "redpanda.localhost" \
3940
`# traefik` "traefik.localhost" \
4041
`# tusd` "tusd.localhost" \

0 commit comments

Comments
 (0)