Skip to content

Merge branch 'master' of https://github.com/00-team/simurgh #25

Merge branch 'master' of https://github.com/00-team/simurgh

Merge branch 'master' of https://github.com/00-team/simurgh #25

Workflow file for this run

name: Deploy 🌩
on:
push:
branches:
- master
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 /x/simurgh/config/deploy.sh