Merge branch 'master' into remove-cname

This commit is contained in:
Ulf Gebhardt 2023-10-05 12:56:17 +02:00 committed by GitHub
commit 2183a501bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 4 deletions

20
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
rebase-strategy: "disabled"
schedule:
interval: weekly
day: "saturday"
timezone: "Europe/Berlin"
time: "03:00"
- package-ecosystem: npm
directory: "/"
rebase-strategy: "disabled"
schedule:
interval: weekly
day: "saturday"
timezone: "Europe/Berlin"
time: "03:00"

View File

@ -1,7 +1,6 @@
name: "lint pull request CI"
on:
#pull_request:
pull_request_target:
types:
- opened

View File

@ -1,6 +1,6 @@
name: build test CI
on: pull_request_target
on: push
jobs:
build-test:

View File

@ -1,6 +1,6 @@
name: lint test CI
on: pull_request_target
on: push
jobs:
build-test:

View File

@ -44,7 +44,7 @@ npm test
## Deploy
You can use the webhook template `webhook.conf.template` and the `deploy.sh` script in `.github/webhooks/` to implement an automatic deployment from a (github) webhook.
You can use the webhook template `webhook.conf.template` and the `deploy.sh` script in `.github/webhooks/` for an automatic deployment from a (github) webhook.
For this to work follow these steps (using alpine):
```bash