Skip to content

feat(mysql setup): change mysql connection pool setup #30

feat(mysql setup): change mysql connection pool setup

feat(mysql setup): change mysql connection pool setup #30

Workflow file for this run

name: Deploy Production
on:
push:
branches:
- main
jobs:
build:
name: Deployment via SSH
runs-on: ubuntu-latest
steps:
- name: SSH Comands to Server
uses: fifsky/ssh-action@master
with:
host: ${{ secrets.PROD_SSH_HOST }}
user: ${{ secrets.PROD_SSH_USER }}
pass: ${{ secrets.PROD_SSH_PASS }}
command: cd /home/webdev/Api/ki-be && git pull origin main && go build main.go && pm2 restart ki-be