Skip to content

Commit 42035af

Browse files
authored
#53 - CI/CD 베포 파이프라인을 구축한다. (#54)
* chore: cd workflow trigger 변경 * chore: 트리거 다시 정상적으로 변경
1 parent 548271e commit 42035af

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/wespot-cd.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ on:
33
workflow_dispatch:
44

55
pull_request:
6-
branches: [ develop ]
6+
branches:
7+
- develop
8+
- main
79
types: [ closed ]
810

911
jobs:
@@ -41,9 +43,6 @@ jobs:
4143
- name: Docker Image Build
4244
run: docker buildx build --platform linux/amd64 -t wespot0817/wespot . --push
4345

44-
- name: Docker Hub push
45-
run: docker push wespot0817/wespot
46-
4746
- name: Docker Pull And run
4847
uses: appleboy/[email protected]
4948
with:

0 commit comments

Comments
 (0)