[BREAKING] Rename UIs (#254)

Rename the UIs in docker compose to their new names

Changes folder names

Changes output folder structure

Closes issue #263

Adds `sygil-sl` instead of docker compose flag.
This commit is contained in:
AbdBarho 2022-12-04 11:00:28 +01:00 committed by GitHub
parent bdee804112
commit 87a51e9fd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 69 additions and 134 deletions

9
.devscripts/migratev3tov4.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
set -Eeuo pipefail
echo "Moving everything in output to output/old..."
mv output old
mkdir output
mv old/.gitignore output
mv old output