Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ojimin authored Jun 1, 2024
1 parent 04c6ffa commit 85dfb03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
S3_BUCKET_NAME: vom-gihub-actions-s3-bucket
CODE_DEPLOY_APPLICATION_NAME: vom-codedeploy-app
CODE_DEPLOY_DEPLOYMENT_GROUP_NAME: vom-codedeploy-deployment-group
# working-directory: ./VOM_Spring # 이 코드는 제 프로젝트 경로를 맞춰주기 위해 적어주었습니다. 필요하시면 적으세요 !
# working-directory: ./VOM_Spring # 이 코드는 제 프로젝트 경로를 맞춰주기 위해 적어주었습니다. 필요하시면 적으세요!
RESOURCE_PATH: ./src/main/resources/application-dev.yml
permissions:
contents: read
Expand All @@ -44,6 +44,7 @@ jobs:
distribution: 'temurin'
# 2-1) Set yml file
- name : Set yml file
uses: microsoft/variable-substitution@v1
with:
files: ${{ env.RESOURCE_PATH }}
env:
Expand Down

0 comments on commit 85dfb03

Please sign in to comment.