1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 13:18:21 +01:00

Make .env writable to start with (#426)

This commit is contained in:
Kovah 2022-04-04 10:35:48 +02:00
parent 409ce27878
commit 4e30c8a62a
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -105,6 +105,7 @@ jobs:
- name: Rename files
run: |
mv .env.docker.production .env
chmod 0666 .env
mv docker-compose.production-simple.yml docker-compose.yml
- uses: montudor/action-zip@v1