Skip to content

Commit

Permalink
‼️hotfix : 쉘 스크립트 순서 변경
Browse files Browse the repository at this point in the history
docker_init.sh 을 앞으로 옮김
  • Loading branch information
DDonghyeo authored Jun 19, 2024
1 parent fcc7374 commit b57ab15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ jobs:
export DOCKERHUB_USERNAME=${{ secrets.DOCKERHUB_USERNAME }}
cd /home
bash ./docker_init.sh
docker-compose pull
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/waither-config
Expand All @@ -155,7 +157,6 @@ jobs:
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/waither-user
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/waither-weather
bash ./docker_init.sh
bash ./common.sh
bash ./deploy.sh
Expand Down

0 comments on commit b57ab15

Please sign in to comment.