Skip to content

Commit

Permalink
deploy-main.yml 수정 (dockerfile 경로)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimtaejin3 committed Dec 12, 2024
1 parent f52da2d commit 314949c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ jobs:
app: dockerfile
options:
ports: "8000"
dockerfile: Dockerfile
dockerfile: backend/Dockerfile # Path to Dockerfile inside the 'backend' folder
env: []
args: []
context:
git:
url: [email protected]:${{ github.repository }}.git
ref: ${{ github.ref }}
path: backen
path: backend # Make sure to deploy from the 'backend' subdirectory
preset: dockerfile

0 comments on commit 314949c

Please sign in to comment.