Add check step
This commit is contained in:
parent
7ed3450f0a
commit
e3a28e7b0f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish.yaml
vendored
3
.github/workflows/publish.yaml
vendored
|
@ -34,3 +34,6 @@ jobs:
|
|||
TEMP=$(mktemp)
|
||||
echo "${{ secrets.DEPLOY_KEY }}" > $TEMP
|
||||
ssh -o StrictHostKeyChecking=no -i $TEMP -p ${{ secrets.DEPLOY_PORT }} ${{ secrets.DEPLOY_USERNAME }}@${{ secrets.DEPLOY_HOST }} /mnt/data/blog/update
|
||||
- name: Check
|
||||
run: |
|
||||
curl --fail https://gabnotes.org
|
||||
|
|
Reference in a new issue