no need for local 8888

This commit is contained in:
BennyThink
2021-07-21 22:21:30 +08:00
parent a70d1a32d5
commit 51736011a8
2 changed files with 18 additions and 2 deletions

18
.github/workflows/prod.yaml vendored Normal file
View File

@@ -0,0 +1,18 @@
on:
push:
branches:
- 'master'
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using ssh key
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.PROD_HOST }}
username: ${{ secrets.PROD_USERNAME }}
key: ${{ secrets.SSH_KEY }}
script: |
hostname
w