Skip to content

Commit

Permalink
ci: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
guiseek committed Oct 10, 2024
1 parent 6e88e64 commit 4582ce7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: pnpm install --frozen-lockfile

- uses: nrwl/nx-set-shas@v4
- run: pnpm exec nx build devmx
- run: pnpm exec nx build devmx --configuration=production

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
6 changes: 3 additions & 3 deletions apps/devmx/src/envs/env.prod.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
export const env = {
api: {
url: 'http://localhost:3000/api',
url: 'https://api.devparana.mx/api',
},
photos: {
url: 'http://localhost:3000/photos',
url: 'https://api.devparana.mx/photos',
},
covers: {
events: {
url: 'http://localhost:3000/events/covers',
url: 'https://api.devparana.mx/events/covers',
},
},
};

0 comments on commit 4582ce7

Please sign in to comment.