Skip to content

Commit

Permalink
Merge pull request #405 from woowacourse-teams/Mingyum-Kim-patch-1
Browse files Browse the repository at this point in the history
프로덕션 서버 CD 워크플로우 생성
  • Loading branch information
Mingyum-Kim authored Aug 20, 2024
2 parents 5272acd + 488403e commit 5ee80e6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/cd-prod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: cd-prod

on:
push:
branches:
- develop

jobs:
deploy:
runs-on: prod

steps:
- name: deploy
run: |
cd ~/deploy && ./deploy.sh

0 comments on commit 5ee80e6

Please sign in to comment.