mirror of
https://github.com/suitenumerique/docs
synced 2026-05-24 09:28:25 +00:00
fixup! 🔧(compose) replace minio by rustfs
This commit is contained in:
parent
d860744ad3
commit
eff2abccef
1 changed files with 2 additions and 1 deletions
3
.github/workflows/impress.yml
vendored
3
.github/workflows/impress.yml
vendored
|
|
@ -154,7 +154,8 @@ jobs:
|
|||
- name: Create writable /data
|
||||
run: |
|
||||
sudo mkdir -p /data/media && \
|
||||
sudo mkdir -p /data/static
|
||||
sudo mkdir -p /data/static && \
|
||||
sudo chown -R 10001:10001 /data/media
|
||||
|
||||
- name: Restore the mail templates
|
||||
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
|
||||
|
|
|
|||
Loading…
Reference in a new issue