Skip to content

Commit

Permalink
Fix some deployment configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
fdendorfer committed Jun 9, 2024
1 parent 5a2f694 commit 9d43f22
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 23 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
API_URI: ${{ secrets.API_URI }}
HOME_PORT: ${{ secrets.HOME_PORT }}
API_PORT: ${{ secrets.API_PORT }}
NITRO_PORT: ${{ secrets.HOME_PORT }}
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineNuxtConfig({
runtimeConfig: {
public: {
HOME_URI: process.env.HOME_URI || 'http://localhost:4001',
API_URI: process.env.API_URL || 'http://localhost:4002',
API_URI: process.env.API_URI || 'http://localhost:4002',
},
},
server: {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@nuxt/eslint": "^0.3.13",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/stylelint-module": "^5.2.0",
"@pinia/nuxt": "^0.5.1",
"@unhead/vue": "^1.9.12",
"cors": "^2.8.5",
Expand All @@ -37,9 +40,6 @@
"vue-router": "^4.3.2"
},
"devDependencies": {
"@nuxt/eslint": "^0.3.13",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/stylelint-module": "^5.2.0",
"@storybook/addon-essentials": "^8.1.6",
"@storybook/addon-interactions": "^8.1.6",
"@storybook/addon-links": "^8.1.6",
Expand Down
43 changes: 24 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d43f22

Please sign in to comment.