Skip to content

Commit

Permalink
Merge pull request #301 from Team-BC-1/feat/add-promethus-server
Browse files Browse the repository at this point in the history
cd-v2.yml 에서 프로메테우스 서버를 위한 docker command 처리 시 prometheus.yml -> prometheus 로 변경
  • Loading branch information
vanillacake369 authored Mar 25, 2024
2 parents 725b815 + 025d648 commit 10ae1e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
-e TOSS_CLIENT_API_KEY=${{ secrets.TOSS_CLIENT_API_KEY }} -e TOSS_FAIL_URL=${{ secrets.TOSS_FAIL_URL }} \
-e TOSS_SECRET_API_KEY=${{ secrets.TOSS_SECRET_API_KEY }} -e TOSS_SUCCESS_URL=${{ secrets.TOSS_SUCCESS_URL }} \
-e PROFILE=prod -d --restart always --name csbroker-api $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> scripts/deploy.sh
echo "docker run -d -p 9090:9090 -v /home/ubuntu/docker-compose/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml --name prometheus prom/prometheus" >> scripts/deploy.sh
echo "docker run -d -p 9090:9090 -v /home/ubuntu/docker-compose/prometheus/prometheus:/etc/prometheus/prometheus --name prometheus prom/prometheus" >> scripts/deploy.sh
# echo "docker run -d -p 9090:9090 -v /home/ubuntu/docker-compose/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml --name prometheus prom/prometheus" >> scripts/deploy.sh


- name: upload to s3
Expand Down

0 comments on commit 10ae1e0

Please sign in to comment.