Skip to content

fixed directory typo #8

fixed directory typo

fixed directory typo #8

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