hackclub-nest/.github/workflows/deploy.yml

21 lines
422 B
YAML
Raw Normal View History

2024-09-11 00:51:42 +00:00
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
2024-09-11 00:51:42 +00:00
passphrase: ${{ secrets.PASSWORD }}
key: ${{ secrets.ZEON_KEY }}
port: 22
script: |
git pull