Skip to content

Commit

Permalink
Merge pull request #7 from woaitsAryan/master
Browse files Browse the repository at this point in the history
feat: cd workflow template
  • Loading branch information
woaitsAryan authored Apr 9, 2024
2 parents 92d8977 + 24ae951 commit 820089d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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

0 comments on commit 820089d

Please sign in to comment.