Skip to content

Commit

Permalink
Merge pull request #220 from mju-likelion/feature/prod-deploy-propert…
Browse files Browse the repository at this point in the history
…ies-prod-#219

Feature/#219 prod 배포 시 properties 폴더 경로 prod 로 변경
  • Loading branch information
Dh3356 authored Oct 5, 2024
2 parents 2e25a26 + 8628bad commit f80bcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
echo "$properties_content" > ./application-$env.properties
}
setup_application_properties "dev" "${{ secrets.PROD_PROPERTIES }}"
setup_application_properties "prod" "${{ secrets.PROD_PROPERTIES }}"
sudo docker login --username ${{ secrets.DOCKERHUB_USERNAME }} --password ${{ secrets.DOCKERHUB_PASSWORD }}
sudo docker pull ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.PROD_DOCKERHUB_IMAGE }}
sudo docker ps -q | xargs -r sudo docker stop
Expand Down

0 comments on commit f80bcc5

Please sign in to comment.