chore(ci): auto pull :D

This commit is contained in:
Saahil dutta 2024-09-11 00:51:42 +00:00
parent 6628e2e725
commit 5200bcecff
2 changed files with 32 additions and 0 deletions

20
.github/workflows/deploy.yml vendored Normal file
View file

@ -0,0 +1,20 @@
name: Remote SSH Command
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
environment:
name: production
steps:
- name: Execute
uses: appleboy/ssh-action@v1.0.3
with:
host: hackclub.app
username: neon
passphrase: ${{ secrets.PASSWORD }}
key: ${{ secrets.ZEON_KEY }}
port: 22
script: |
git pull