Skip to content

fix: allow caregivers to set phone number before verification #2

fix: allow caregivers to set phone number before verification

fix: allow caregivers to set phone number before verification #2

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to GCP
uses: appleboy/ssh-action@v1
with:
host: ${{ secrets.SERVER_IP }}
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd ~/Seniora-AI
git pull origin main
npm ci
npx prisma generate
npx prisma migrate deploy
npm run build
pm2 restart ecosystem.config.js