Skip to content

Commit

Permalink
chore: docker-compose 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Oct 24, 2024
1 parent 810900f commit 8b551f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
echo "${{ secrets.APPLICATION_SECRET_PROPERTIES }}" > ./${{ env.MODULE }}/infra/${{ env.DEPLOY_TARGET }}/application-secret.properties
- name: Send Docker Compose
uses: appleboy/ssh-action@master
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{secrets.AWS_INSTANCE_HOST}}
username: ubuntu
Expand Down
2 changes: 1 addition & 1 deletion layer-api/infra/aws/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
java-app:
image: docker.io/clean01/layer-server:latest
image: docker.io/clean01/layer-server_layer-api:latest
container_name: layer-api
ports:
- "8080:8080"
Expand Down

0 comments on commit 8b551f7

Please sign in to comment.