Skip to content

Commit

Permalink
fix(infra): check missing variables to change from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ssupecial committed May 3, 2024
1 parent f6e42ad commit 7e95289
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-stage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CD - Development
name: CD - Stage

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reset-seed.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Reset Seed (Development)
name: Reset Seed (Stage)

on: workflow_dispatch

Expand Down
1 change: 0 additions & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build": "nest build",
"start": "nest start",
"start:dev": "nest start --watch",
"start:stage": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/apps/backend/main",
"start:testdb": "cross-env DATABASE_URL=$TEST_DATABASE_URL nest start",
Expand Down
2 changes: 1 addition & 1 deletion apps/grafana-logs/promtail/promtail-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ positions:
clients:
- url: http://${LOKI_SERVER_URL}/loki/api/v1/push
scrape_configs:
- job_name: codedang-dev
- job_name: codedang-stage
docker_sd_configs:
- host: unix:///var/run/docker.sock
refresh_interval: 5s
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BASEDIR=$(dirname $(dirname $(realpath $0)))

cd $BASEDIR

# Write .env file from .env.development
# Write .env file from .env.stage
if [ -f .env ]
then
rm .env
Expand Down

0 comments on commit 7e95289

Please sign in to comment.