Skip to content

release: 0.5.1

release: 0.5.1 #20

Workflow file for this run

name: Deploy 👻
on:
push:
branches:
- master
paths:
- Cargo.toml
jobs:
deploy:
name: Deploy 📦
runs-on: ubuntu-latest
steps:
- name: connect/deploy
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
command_timeout: 1h
script: bash /thora/config/deploy.sh