Skip to content

Merge pull request #38 from adgator101/refactor/onboarding-logic #8

Merge pull request #38 from adgator101/refactor/onboarding-logic

Merge pull request #38 from adgator101/refactor/onboarding-logic #8

Workflow file for this run

name: Deploying on self-hosted runner
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy docker-compose on host
runs-on: [self-hosted, Linux]
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Run Docker Compose
run: |
cd /home/devteam/frontend
git pull origin main
docker compose up -d --build --remove-orphans