Skip to content

Merge pull request #14 from BackGwa/master #48

Merge pull request #14 from BackGwa/master

Merge pull request #14 from BackGwa/master #48

Workflow file for this run

name: Deploy Liskadia
on:
push:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: SSH Command
uses: D3rHase/ssh-command-action@v0.2.1
with:
host: ${{ secrets.HOST }}
user: ${{ secrets.USER }}
private_ssh_key: ${{ secrets.SSH_KEY }}
command: tmux send-keys -t deploy ^C Enter "git pull ; gunicorn app:app" Enter