Skip to content

Commit

Permalink
Merge pull request #29 from 7th-UMC/feat/5
Browse files Browse the repository at this point in the history
Chore : dev_deploy.수정
  • Loading branch information
hyeonda02 authored Aug 19, 2024
2 parents fdf6c2f + 7398310 commit bfa6ce6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
with:
aws_access_key: ${{ secrets.AWS_ACTION_ACCESS_KEY_ID }}
aws_secret_key: ${{ secrets.AWS_ACTION_SECRET_ACCESS_KEY }}
application_name: hsuumc-dev
environment_name: HsuUmc-dev-env
application_name: umc-release
environment_name: Umc-release-env
version_label: github-action-${{ steps.current-time.outputs.formattedTime }}
region: ap-northeast-2
deployment_package: deploy/deploy.zip
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package hsu.umc.server;
package hsu.umc.server.config;

import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
spring:
profiles:
include: dev, local
active: dev
# active: ${spring.profiles.active}

Expand Down

0 comments on commit bfa6ce6

Please sign in to comment.