Skip to content

Commit

Permalink
Fix: docker-compose is valid error
Browse files Browse the repository at this point in the history
  • Loading branch information
su-hwani committed May 2, 2024
1 parent 6b8007f commit 084df72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
sudo rm docker-compose.yml
fi
echo "${{ secrets.DOCKER_COMPOSE }}" > docker-compose.yml
cat docker-compose.yml
- name: Remove & Change Server Docker image
uses: appleboy/ssh-action@master
Expand Down
2 changes: 1 addition & 1 deletion server/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3" # docker-compose 버전 지정
version: "3"
services:
zookeeper:
image: wurstmeister/zookeeper
Expand Down

0 comments on commit 084df72

Please sign in to comment.