File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 script : |
2323 cd /root/core/infra
2424 git fetch
25- git checkout dev
26- git reset --hard origin/dev
25+ git checkout master
26+ git reset --hard origin/master
2727 git pull
2828
2929 export INFISICAL_TOKEN=$(infisical login \
@@ -35,11 +35,11 @@ jobs:
3535
3636 infisical export \
3737 --token=$INFISICAL_TOKEN \
38- --env=dev \
38+ --env=master \
3939 --format=dotenv \
4040 --path="/api" \
4141 --projectId='${{ secrets.INFISICAL_PROJECT_ID }}' \
42- > ./secrets/.env.dev. api
42+ > ./secrets/.env.api
4343
4444 docker compose -f docker-compose.api.yml pull caddy
4545 docker compose -f docker-compose.api.yml up -d --no-deps --force-recreate caddy
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ func main() {
5656 },
5757 )
5858
59+ logger .Info ().Msg ("Debug test" )
60+
5961 schedulerLocation , err := time .LoadLocation ("America/New_York" )
6062 if err != nil {
6163 panic (err )
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ dev-asynqmon.swamphacks.com {
7575# Production Asynqmon
7676
7777asynqmon.swamphacks.com {
78- reverse_proxy asynqmon-dev :6767 {
78+ reverse_proxy asynqmon:6767 {
7979 header_up X-Real-IP {remote}
8080 header_up X-Forwarded-For {remote}
8181 header_up X-Forwarded-Port {server_port}
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ services:
140140 - REDIS_ADDR=redis:6379
141141 - PORT=6767
142142 depends_on :
143- - redis-dev
143+ - redis
144144
145145
146146volumes :
You can’t perform that action at this time.
0 commit comments