Skip to content

Merge branch 'main' of https://github.com/TheHadiAhmadi/site-builder #20

Merge branch 'main' of https://github.com/TheHadiAhmadi/site-builder

Merge branch 'main' of https://github.com/TheHadiAhmadi/site-builder #20

Workflow file for this run

name: Deploy
on:
push:
branches: ["main"]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: appleboy/[email protected]
with:
host: ${{ secrets.SSH_SERVER }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
port: ${{ secrets.SSH_PORT }}
script: /home/hadi/start-site-builder.sh