2 Commits

Author SHA1 Message Date
e88646cd14 Actualiser .gitea/workflows/build.yaml
All checks were successful
Build / build (push) Successful in 29s
2026-03-14 15:58:42 +01:00
698b23aff0 Fxied folders creation
Some checks failed
Build / build (push) Failing after 44s
2024-04-02 23:21:52 +02:00
2 changed files with 1 additions and 4 deletions

View File

@@ -17,9 +17,6 @@ jobs:
shell: bash shell: bash
run: echo "AKKOMA_VERSION=${GITHUB_REF_NAME#refs/tags/v}" >> $GITHUB_ENV run: echo "AKKOMA_VERSION=${GITHUB_REF_NAME#refs/tags/v}" >> $GITHUB_ENV
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Configure Docker credentials - name: Configure Docker credentials
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:

View File

@@ -4,7 +4,7 @@ set -e
if [ "$1" = 'pleroma' ] || [ "$1" = 'pleroma_ctl' ] if [ "$1" = 'pleroma' ] || [ "$1" = 'pleroma_ctl' ]
then then
mkdir -p /data/{uploads,static} mkdir -p /data/uploads /data/static
mkdir -p /config mkdir -p /config
chown -R akkoma /data /config chown -R akkoma /data /config