Skip to content

Commit

Permalink
Merge pull request #1 from Patrick-Oche/ossygram
Browse files Browse the repository at this point in the history
add cicd pipeline
  • Loading branch information
christopher827 authored Dec 12, 2024
2 parents 48d9bfa + 368228f commit aad49d5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Deploy

on:
push:
branches: [ "main" ]

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy
uses: appleboy/[email protected]
with:
host: 143.110.167.235
username: root
key: ${{secrets.SSH_PRIVATE_KEY}}
port: 22
script: |
cd /var/www/meet
git pull --no-rebase

0 comments on commit aad49d5

Please sign in to comment.