Skip to content

fix: 문제 채점 경쟁 조건 해결 #37

fix: 문제 채점 경쟁 조건 해결

fix: 문제 채점 경쟁 조건 해결 #37

Workflow file for this run

name: be-deploy
on:
push:
branches:
- be-dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: SSH-be-deploy
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.NCP_HOST }}
username: ${{ secrets.NCP_USERNAME }}
password: ${{ secrets.NCP_PASSWORD }}
port: ${{ secrets.NCP_PORT }}
script: |
cd /home/be/web12-algo-with-me/
git pull
cd be
./build-all
./run-all-background