Skip to content

Commit

Permalink
Merge pull request #97 from TeamPINGLE/feat/95
Browse files Browse the repository at this point in the history
feat] 서버 분리 (개발 서버, 프로덕션 서버) #95
  • Loading branch information
tkdwns414 authored Jan 18, 2024
2 parents c5f11fd + d1a46ad commit 081071f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile-prod
file: ./Dockerfile-dev
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DEV_REPONAME }}

Expand Down

0 comments on commit 081071f

Please sign in to comment.