Skip to content

Commit

Permalink
Merge pull request #50 from BaeJunH0/feat/#37-cicd
Browse files Browse the repository at this point in the history
fix : cicd 구동 안되는 문제 해결 시도
  • Loading branch information
BaeJunH0 authored Nov 30, 2024
2 parents b65855e + 51481f9 commit 2ba812b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Docker build & push to docker repo
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
sudo docker build -f Dockerfile ${{ secrets.DOCKER_REPO }}/directors-dev
docker build -t ${{ secrets.DOCKER_REPO }}/directors-dev:latest -f Dockerfile .
docker push ${{ secrets.DOCKER_REPO }}/directors-dev:latest
# appleboy/ssh-action@master 액션을 사용하여 지정한 서버에 ssh로 접속하고, script를 실행합니다.
Expand Down

0 comments on commit 2ba812b

Please sign in to comment.