Merge remote-tracking branch 'origin/main' into feat/journal-post-form
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ WEBROOT=/home/example.com/public_html
|
|||||||
SITE_CONFIG_DIR=/home/example.com/site-config
|
SITE_CONFIG_DIR=/home/example.com/site-config
|
||||||
|
|
||||||
# Grav version installed by scripts/server-install.sh (remote-install).
|
# Grav version installed by scripts/server-install.sh (remote-install).
|
||||||
GRAV_VERSION=2.0.4
|
GRAV_VERSION=2.0.7
|
||||||
|
|
||||||
# Repos cloned/pulled on the server.
|
# Repos cloned/pulled on the server.
|
||||||
USER_REPO=https://gitea.example.com/org/intotheeast-user.git
|
USER_REPO=https://gitea.example.com/org/intotheeast-user.git
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM getgrav/grav
|
FROM getgrav/grav
|
||||||
|
|
||||||
RUN curl -sL 'https://github.com/getgrav/grav/releases/download/2.0.4/grav-admin-v2.0.4.zip' \
|
RUN curl -sL 'https://github.com/getgrav/grav/releases/download/2.0.7/grav-admin-v2.0.7.zip' \
|
||||||
-o /tmp/grav-admin.zip \
|
-o /tmp/grav-admin.zip \
|
||||||
&& unzip -q /tmp/grav-admin.zip -d /tmp \
|
&& unzip -q /tmp/grav-admin.zip -d /tmp \
|
||||||
&& cp -rf /tmp/grav-admin/assets /var/www/html/ \
|
&& cp -rf /tmp/grav-admin/assets /var/www/html/ \
|
||||||
|
|||||||
Reference in New Issue
Block a user