Skip to content

Commit 4582ce7

Browse files
committed
ci: deploy
1 parent 6e88e64 commit 4582ce7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: pnpm install --frozen-lockfile
3636

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

4040
- name: Deploy
4141
uses: peaceiris/actions-gh-pages@v3

apps/devmx/src/envs/env.prod.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
export const env = {
22
api: {
3-
url: 'http://localhost:3000/api',
3+
url: 'https://api.devparana.mx/api',
44
},
55
photos: {
6-
url: 'http://localhost:3000/photos',
6+
url: 'https://api.devparana.mx/photos',
77
},
88
covers: {
99
events: {
10-
url: 'http://localhost:3000/events/covers',
10+
url: 'https://api.devparana.mx/events/covers',
1111
},
1212
},
1313
};

0 commit comments

Comments
 (0)