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:
parent
409ce27878
commit
4e30c8a62a
1
.github/workflows/build-package.yml
vendored
1
.github/workflows/build-package.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user