Skip to content

Commit

Permalink
Feat: change Script correct file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawardshin committed May 12, 2024
1 parent 9a390e5 commit 248d577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: ./gradlew editorconfigFormat
- name: Build with Gradle
run: ./gradlew clean build
# (4) AWS 인증 (IAM 사용자 Access Key, Secret Key 활용)
# (4) AWS 인증 (IAM 사용자 Access Key, Secret Key 활용)
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

PROJECT_ROOT="/home/ec2-user/app"
JAR_FILE="$PROJECT_ROOT/spring-webapp.jar"
JAR_FILE="$PROJECT_ROOT/mejai-gg.jar"

APP_LOG="$PROJECT_ROOT/application.log"
ERROR_LOG="$PROJECT_ROOT/error.log"
Expand Down

0 comments on commit 248d577

Please sign in to comment.