Skip to content

Commit

Permalink
config: 운영 배포 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
splitCoding authored Nov 22, 2023
1 parent 3c6d383 commit a999827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-prod-cd.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Backend Production Deploy (CD)
name: 백엔드 운영서버 배포

on:
workflow_dispatch:

jobs:
build:
name: Backend Production Deploy
runs-on: shook-prod
runs-on: shook-production

steps:
- name: Checkout Source Code
Expand Down

0 comments on commit a999827

Please sign in to comment.