Skip to content

Commit

Permalink
feat: directory 구조 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
devmizz committed Jul 7, 2024
1 parent 16b0252 commit ba06c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/showpot-dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
username: ec2-user
key: ${{ secrets.EC2_DEV_SSH_PRIVATE_KEY }}
source: "deployment/*"
target: "/home/ec2-user/deployment/"
target: "/home/ec2-user/"

- name: Deploy using Docker Compose
uses: appleboy/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:21-jdk-slim
ARG JAR_FILE_PATH=*.jar
ARG JAR_FILE_PATH=libs/*.jar
COPY ${JAR_FILE_PATH} app.jar
ENTRYPOINT ["java", "-jar", "app.jar"]

0 comments on commit ba06c89

Please sign in to comment.