Skip to content

Workflow file for this run

name: 게임바이블 배포스크립트
on:
pull_request:
types:
- closed
branches:
- master
jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: 머지확인
run: |
echo "PR was merged"
cd ../gamebible-backend/
git pull origin master
sudo pm2 restart 0