Skip to content

Commit

Permalink
Merge pull request #46 from boostcampwm2023/BE-setting/automate-deploy
Browse files Browse the repository at this point in the history
배포 μžλ™ν™” μ˜€νƒˆμž μˆ˜μ •
  • Loading branch information
Conut-1 authored Nov 16, 2023
2 parents d75aa98 + 68ae3f2 commit 520ff39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BE-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: echo ${{ secrets.PACKAGE_ACCESS_TOKEN }} | docker login ghcr.io -u ${{ secrets.PACKAGE_USERNAME }} --password-stdin
- name: Build and push Docker image
run: |
docker build -t ghcr.io/${{ secrets.PACKGE_USERNAME }}/mindsync ./nestjs-BE
docker build -t ghcr.io/${{ secrets.PACKAGE_USERNAME }}/mindsync ./nestjs-BE
docker push ghcr.io/${{ secrets.PACKAGE_USERNAME }}/mindsync:latest
deploy:
Expand Down

0 comments on commit 520ff39

Please sign in to comment.