Skip to content

Commit

Permalink
0.0.6 [WIP] some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LReg committed Oct 14, 2024
1 parent 3b7ed41 commit cea364c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-testserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
git reset --hard HEAD
git pull
chmod +x ./use.sh
chmod +x ./docker/scripts/unsetEmptyVars.sh
source ./docker/scripts/unsetEmptyVars.sh ./.env
./use.sh go-fiber angular
echo "${{ secrets.KEY }}" | sudo -S -E ./setup.sh server generateSecrets
./docker-cli.sh backend build
Expand Down
3 changes: 0 additions & 3 deletions docker-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ elif [ "$2" == "up" ]; then
docker compose -f docker/composeFiles/auth.docker-compose.yml --env-file ./.env "$2" -d --force-recreate --wait --wait-timeout 120
fi
if [ "$1" == "frontend" ] || [ "$1" == "backend" ] || [ "$1" == "db" ]; then
printenv
source ./docker/scripts/unsetEmptyVars.sh ./.env
printenv
docker compose -f docker/composeFiles/app.docker-compose.yml --env-file ./.env config
docker compose -f docker/composeFiles/app.docker-compose.yml --env-file ./.env "$2" "$1" -d --force-recreate
fi
Expand Down

0 comments on commit cea364c

Please sign in to comment.