Skip to content

Commit

Permalink
fix: actions 스크립트에 LOKI_URL 주입 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
pminsung12 authored Sep 9, 2024
1 parent 52ede14 commit 9b1aaae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
-e TZ=Asia/Seoul \
-e SENTRY_ENABLE_TRACING=true \
-e SENTRY_ENVIRONMENT=prod \
-e LOKI_URL=${{secrets.LOKI_SERVER_URL}} \
${{ secrets.DOCKERHUB_USERNAME }}/spot-server:dev-${{ github.sha }}
docker system prune -af
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/manual-prod-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ jobs:
-e TZ=Asia/Seoul \
-e SENTRY_ENABLE_TRACING=true \
-e SENTRY_ENVIRONMENT=prod \
-e LOKI_URL=${{secrets.LOKI_SERVER_URL}} \
${{ secrets.DOCKERHUB_USERNAME }}/spot-server:prod-${{ github.event.inputs.tag }}
docker system prune -af

0 comments on commit 9b1aaae

Please sign in to comment.