Skip to content

Commit

Permalink
chore: Fix docker-install.sh paths
Browse files Browse the repository at this point in the history
YAF-45
  • Loading branch information
yesjjin99 committed Jan 4, 2025
1 parent 34fdaff commit eea390c
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 @@ -134,7 +134,7 @@ jobs:
IMAGE_TAG=$IMAGE_TAG
DOCKERHUB_USERNAME=$DOCKERHUB_USERNAME
DOCKERHUB_REPOSITORY_NAME=$DOCKERHUB_REPOSITORY_NAME"| sudo tee .env
sudo sh docker-install.sh
sudo sh ./deploy/scripts/docker-install.sh
sudo docker pull $DOCKERHUB_USERNAME/$DOCKERHUB_REPOSITORY_NAME:$IMAGE_TAG
sudo docker-compose down
sudo docker-compose up -d
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 eea390c

Please sign in to comment.