Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
bemoty committed Feb 28, 2024
1 parent cf465ba commit 3a4623a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
docker login https://docker.pkg.github.com -u $DOCKER_USER -p $DOCKER_PASS
- name: npm install
run: |
npm install
pushd server && npm install && popd
- name: docker build
run: |
docker build . -t docker.pkg.github.com/josholaus/doofus-rick/bot:latest
Expand Down
2 changes: 1 addition & 1 deletion app/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type { Server } from '../../../server/src/elysia/Server'
const SKELETON_COUNT = 3

const fetch = edenFetch<Server>(
process.env.NODE_ENV === 'development' ? 'http://localhost:3000' : 'https://doofus-rick.josholaus.com',
process.env.NODE_ENV === 'development' ? 'http://localhost:3000' : 'https://doofus-rick-api.josholaus.com',
)

function RootIndex() {
Expand Down

0 comments on commit 3a4623a

Please sign in to comment.