Skip to content

Commit

Permalink
fix: ci/cd 디폴트 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachneee committed Jul 18, 2024
1 parent 4d19504 commit a6d1cf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/backend-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:

defaults:
run:
shell: bash
working-directory: ./server

permissions:
Expand Down Expand Up @@ -41,12 +42,9 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
file: ./Dockerfile
tags: ${{ secrets.DOCKER_USERNAME }}/haengdong-backend-dev
platforms: linux/arm64
run: |
docker buildx build ./ --platform=linux/arm64 -t ${{ secrets.DOCKER_USERNAME }}/haengdong-backend-dev
docker push ${{ secrets.DOCKER_USERNAME }}/haengdong-backend-dev
deploy:
needs: build
Expand Down
1 change: 0 additions & 1 deletion server/src/main/java/server/haengdong/domain/CiCd.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

public class CiCd {


}

0 comments on commit a6d1cf3

Please sign in to comment.