Skip to content

refactor: Update PlanService to handle user not found in getPlan method #52

refactor: Update PlanService to handle user not found in getPlan method

refactor: Update PlanService to handle user not found in getPlan method #52

Workflow file for this run

name: React build apple
on:
push:
branches:
- main
jobs:
React-Build-ssh-action:
runs-on: ubuntu-latest
name: Build
steps:
- name: SSH Remote Commands
uses: appleboy/[email protected]
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
timeout: 30s
script: |
cd /root/adego-api
git pull
docker compose up -d --build --force-recreate