Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8da7d217fd | ||
|
|
c2c2363cd7 | ||
|
|
0e17a94f35 | ||
|
|
bceca024fd | ||
|
|
ad8b3b7830 |
@@ -0,0 +1,12 @@
|
||||
name: Renovate
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
uses: perso/gitea-pipelines/.gitea/workflows/renovate.yaml@main
|
||||
secrets: inherit
|
||||
+1
-1
@@ -5,5 +5,5 @@ WORKDIR /app
|
||||
|
||||
COPY Caddyfile /etc/frankenphp/Caddyfile
|
||||
COPY --chown=www-data:www-data root /app/public
|
||||
|
||||
# hadolint ignore=DL3066
|
||||
USER www-data
|
||||
|
||||
Reference in New Issue
Block a user