Skip to content

Commit

Permalink
Update start-prod.sh and gamificationengine-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fvergaracl committed Feb 8, 2024
1 parent 881767e commit 0bcc311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/start-prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ done

echo "PostgreSQL is up - executing Alembic migrations"
# Navigate to your project directory (where pyproject.toml is located)
cd /app/app
cd /app
# Use poetry to run Alembic migrations
poetry run alembic upgrade head

cd /app

HOST=${HOST:-0.0.0.0}
PORT=${PORT}
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/deployments/gamificationengine-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ spec:
configMapKeyRef:
key: VERSION_APP
name: env-prod
image: fvergaracl/game:v0.0.006
image: fvergaracl/game:alpha
name: game-api
restartPolicy: Always

0 comments on commit 0bcc311

Please sign in to comment.