Skip to content

fix(log): Fixed total bounty won/lost in stats #145

fix(log): Fixed total bounty won/lost in stats

fix(log): Fixed total bounty won/lost in stats #145

Workflow file for this run

name: Deploy on production
on:
workflow_dispatch:
push:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.PROD_HOST }}
username: ${{ secrets.PROD_USERNAME }}
key: ${{ secrets.PROD_KEY }}
port: ${{ secrets.PROD_PORT }}
script: ${{ secrets.PROD_DEPLOY_COMMAND }}