Skip to content

Merge pull request #7 from woaitsAryan/master #1

Merge pull request #7 from woaitsAryan/master

Merge pull request #7 from woaitsAryan/master #1

Workflow file for this run

# name: CD
# on:
# push:
# branches: [ main ]
# jobs:
# Deploy:
# runs-on: self-hosted
# steps:
# - name: Checkout repository
# uses: actions/checkout@v3
# - name: Pull Changes
# run: git pull origin main
# working-directory: /path/to/your/repo
# - name: Build and Deploy
# run: |
# docker compose up --build -d
# working-directory: /path/to/your/repo