Skip to content

Merge branch 'main' of https://github.com/00-team/heydari #32

Merge branch 'main' of https://github.com/00-team/heydari

Merge branch 'main' of https://github.com/00-team/heydari #32

Workflow file for this run

name: Deploy to Server 👻
on:
push:
branches:
- main
paths:
- 'VERSION'
jobs:
deploy:
name: Deploy 📦
runs-on: ubuntu-latest
steps:
- name: connect/deploy
uses: appleboy/ssh-action@dce9d565de8d876c11d93fa4fe677c0285a66d78
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
script: bash /heydari/config/deploy.sh