Skip to content

Commit

Permalink
chore: modify application.yml to Github Actions trigger
Browse files Browse the repository at this point in the history
YAP-45
  • Loading branch information
yesjjin99 committed Jan 6, 2025
1 parent 9ec9163 commit 9135096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
key: ${{ secrets.DEV_SSH_KEY }}
port: ${{ secrets.DEV_SSH_PORT }}
source: "docker/docker-compose.yml,docker/scripts/docker-install.sh"
target: 'compose'
target: 'compose/'
rm: true

- name: SSH remote and Run Docker Compose
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spring:

spring:
profiles:
active: local
active: local

0 comments on commit 9135096

Please sign in to comment.