Add check step

This commit is contained in:
Gabriel Augendre 2022-09-28 01:31:35 +02:00
parent 7ed3450f0a
commit e3a28e7b0f

View file

@ -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