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 4f9ab10 commit 5816858
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-testserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
chmod +x ./use.sh
chmod +x ./docker/scripts/unsetEmptyVars.sh
source ./docker/scripts/unsetEmptyVars.sh ./.env
./use.sh go-fiber angular
./use.sh express angular
echo "${{ secrets.KEY }}" | sudo -S -E ./setup.sh server generateSecrets
./docker-cli.sh backend build
./docker-cli.sh frontend build
Expand Down
2 changes: 0 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ chmod +x ./docker/scripts/changeEnvVars.sh
chmod +x ./docker/scripts/setJWTPrivateKey.sh
chmod +x ./docker-cli.sh
chmod +x ./docker/scripts/getEnv.sh
chmod +x ./docker/scripts/unsetEmptyVars.sh

./docker/scripts/unsetEmptyVars.sh "$ENV_FILE"
DOCKER_PATH=$(./docker/scripts/getEnv.sh "$ENV_FILE" DOCKER_VOLUME_PATH)

if [ "$GENERATE_SECRETS" == true ]; then
Expand Down

0 comments on commit 5816858

Please sign in to comment.