Skip to content

Commit

Permalink
fix: docker compose로 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
char-yb committed Jul 17, 2024
1 parent ec77676 commit 1a99847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
zip -r deployment-package.zip docker-compose.yml
- name: Beanstalk Deploy
uses: einaregilsson/beanstalk-deploy@v18
uses: einaregilsson/beanstalk-deploy@v22
env:
IMAGE_FULL_URL: ${{ steps.metadata.outputs.tags }}
DOCKERHUB_IMAGE_NAME: ${{ env.DOCKERHUB_IMAGE_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
backend:
image: "walwal-server"
image: "olderstonebed/walwal-server:latest"
container_name: "walwal-server"
restart: always
environment:
Expand Down

0 comments on commit 1a99847

Please sign in to comment.