Skip to content

Commit

Permalink
production env
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Dec 10, 2024
1 parent 970f5fb commit eab2eb8
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
export HIVESIGNER_SECRET=$HIVESIGNER_SECRET
export SEARCH_API_ADDR=$SEARCH_API_ADDR
export SEARCH_API_SECRET=$SEARCH_API_SECRET
export NODE_ENV='production'
cd ~/vision-next
git pull origin main
docker system prune -f
Expand Down Expand Up @@ -110,6 +111,7 @@ jobs:
export HIVESIGNER_SECRET=$HIVESIGNER_SECRET
export SEARCH_API_ADDR=$SEARCH_API_ADDR
export SEARCH_API_SECRET=$SEARCH_API_SECRET
export NODE_ENV='production'
cd ~/vision-next
git pull origin main
docker system prune -f
Expand Down Expand Up @@ -144,6 +146,7 @@ jobs:
export HIVESIGNER_SECRET=$HIVESIGNER_SECRET
export SEARCH_API_ADDR=$SEARCH_API_ADDR
export SEARCH_API_SECRET=$SEARCH_API_SECRET
export NODE_ENV='production'
cd ~/vision-next
git pull origin main
docker system prune -f
Expand Down
1 change: 1 addition & 0 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
environment:
- NEXT_PUBLIC_USE_PRIVATE
- NEXT_PUBLIC_HS_CLIENT_SECRET
- NODE_ENV
restart: always
ports:
- "3000:3000"
Expand Down
102 changes: 100 additions & 2 deletions public/sw.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/sw.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions public/workbox-9b4d2a02.js

This file was deleted.

1 change: 0 additions & 1 deletion public/workbox-9b4d2a02.js.map

This file was deleted.

0 comments on commit eab2eb8

Please sign in to comment.