We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e88e64 commit 4582ce7Copy full SHA for 4582ce7
.github/workflows/deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
run: pnpm install --frozen-lockfile
36
37
- uses: nrwl/nx-set-shas@v4
38
- - run: pnpm exec nx build devmx
+ - run: pnpm exec nx build devmx --configuration=production
39
40
- name: Deploy
41
uses: peaceiris/actions-gh-pages@v3
apps/devmx/src/envs/env.prod.ts
@@ -1,13 +1,13 @@
1
export const env = {
2
api: {
3
- url: 'http://localhost:3000/api',
+ url: 'https://api.devparana.mx/api',
4
},
5
photos: {
6
- url: 'http://localhost:3000/photos',
+ url: 'https://api.devparana.mx/photos',
7
8
covers: {
9
events: {
10
- url: 'http://localhost:3000/events/covers',
+ url: 'https://api.devparana.mx/events/covers',
11
12
13
};
0 commit comments