Skip to content

fixed yaml format

fixed yaml format #7

name: Deploy to DO
on:
push:
branches: [master]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy pasante bot
uses: appleboy/[email protected]
with:
host: ${{ secrets.SSH_HOST }}
key: ${{ secrets.SSH_KEY }}
username: ${{ secrets.SSH_USERNAME }}
script: |
cd /Pasante_bot/
git pull origin master
forever restart 0