Skip to content

Commit 97268df

Browse files
authored
Merge pull request #108 from JA-yeong-eop-JA-moeu-JA/refactor/#107-docker
♻️ refactor: ci-cd.yml 브랜치 수정
2 parents f4bd044 + 7bd6dca commit 97268df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build & Push Local Dev Image
33
on:
44
push:
55
branches:
6-
- main
6+
- dev
77

88
env:
99
LOCAL_IMAGE_NAME: munjji/jajaja-local

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Jajaja to AWS EC2 using Docker
33
on:
44
push:
55
branches:
6-
- main
6+
- dev
77

88
env:
99
DOCKER_IMAGE_NAME: munjji/jajaja-dev

0 commit comments

Comments
 (0)