Skip to content

Commit

Permalink
Update backend-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
poi1649 authored Dec 7, 2023
1 parent 16dbad0 commit 885981d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backend-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 백엔드 배포
name: 백엔드 개발서버 배포

on:
push:
branches: [BE/chore/docker-test-2]
branches: [BE/chore/docker-test-3]

permissions:
checks: write
Expand Down Expand Up @@ -79,6 +79,6 @@ jobs:
- name: 도커 풀 / 파일 실행
run: |
cd ~
sudo bash ./deploy.sh
sudo bash ./dev-deploy.sh

0 comments on commit 885981d

Please sign in to comment.