ci: configure node:22-alpine container with git and update database host IP in beta workflow
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 1m4s

This commit is contained in:
vickytechkey 2026-09-06 15:13:35 +05:30
parent 7949cc2d36
commit 2e604f1c6f

View file

@ -8,7 +8,12 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
container:
image: node:22-alpine
steps:
- name: Install git
run: apk add --no-cache git
- name: Checkout Code
uses: https://github.com/actions/checkout@v4
@ -78,7 +83,7 @@ jobs:
echo "DEBUG=0" > .env
echo "DB_USER=vignesh" >> .env
echo "DB_PASSWORD=vtechnosoft@123A" >> .env
echo "DB_HOST=127.0.0.1" >> .env
echo "DB_HOST=16.113.106.152" >> .env
echo "DB_PORT=5432" >> .env
# ── 6. Run Database Migrations ─────────────────────────────────