Skip to content

Commit

Permalink
chore(#321): BE-deploy ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Conut-1 committed Feb 24, 2024
1 parent 885b085 commit 51f0423
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/BE-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- "BE-develop"
paths:
- "nestjs-BE/**"
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -69,4 +71,5 @@ jobs:
--name mindsync_server \
-p ${{ secrets.SERVER_PORT }}:${{ secrets.CONTAINER_PORT }} \
-v temporary-volume:${{ secrets.CSV_FOLDER }} \
--net mybridge \
ghcr.io/${{ secrets.PACKAGE_USERNAME }}/mindsync

0 comments on commit 51f0423

Please sign in to comment.