Skip to content

Commit abb5488

Browse files
authored
🚨 !HOTFIX!: workflow main cicd yml에 workflow_dispatch 설정 추가
1 parent 43ce570 commit abb5488

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/boolock-main-cicd.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: main ci/cd action
33
on:
44
push:
55
branches: ['main']
6+
workflow_dispatch:
67

78
jobs:
89
build:
@@ -104,4 +105,4 @@ jobs:
104105
echo "${{ secrets.DOCKERHUB_ACCESS_TOKEN }}" | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
105106
106107
sudo docker compose pull
107-
sudo docker compose up -d --force-recreate --remove-orphans
108+
sudo docker compose up -d --force-recreate --remove-orphans

0 commit comments

Comments
 (0)