Compare commits
No commits in common. "ad1c360aeda84d25f3cbe2e7e82922716fadb649" and "41a382b9baf31d16c64dfd18a3cdcb25595f0c7f" have entirely different histories.
ad1c360aed
...
41a382b9ba
@ -1,22 +0,0 @@
|
||||
name: Deploy on merge to main
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run command on remote server
|
||||
uses: appleboy/ssh-action@v0.1.10
|
||||
with:
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USER }}
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
port: ${{ secrets.SSH_PORT }}
|
||||
script: |
|
||||
pull_site
|
Loading…
Reference in New Issue
Block a user