Skip to content

jivison is deploying Gowon #42

jivison is deploying Gowon

jivison is deploying Gowon #42

Workflow file for this run

name: Deploy Gowon
run-name: ${{ github.actor }} is deploying Gowon
on:
push:
branches:
- main
workflow_dispatch:
jobs:
Deploy:
runs-on: ubuntu-latest
environment: production
steps:
- name: executing remote ssh commands using ssh key
uses: appleboy/[email protected]
with:
host: ${{ secrets.GOWON_HOST_IP }}
username: ${{ secrets.GOWON_HOST_USERNAME }}
key: ${{ secrets.SSH_KEY }}
script: cd ./gowon && /bin/bash ./deploy.sh