Skip to content

Commit

Permalink
Update desktop-server-web.apps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq authored Nov 11, 2024
1 parent b6185de commit 690344a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/desktop-server-web.apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ jobs:
I18N_FILES_URL: 'https://raw.githubusercontent.com/ever-co/ever-teams/develop/apps/server-web/i18n'
PLATFORM_LOGO: 'https://ever.team/assets/ever-teams.png'
GAUZY_DESKTOP_LOGO_512X512: 'https://ever.team/assets/ever-teams-512x512.png'
DESKTOP_WEB_SERVER_APP_DEFAULT_PORT: 3001
GAUZY_API_SERVER_URL: 'https://api.ever.team'
NEXT_PUBLIC_GAUZY_API_SERVER_URL: 'https://api.ever.team'

release-mac:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -169,6 +172,9 @@ jobs:
I18N_FILES_URL: 'https://raw.githubusercontent.com/ever-co/ever-teams/develop/apps/server-web/i18n'
PLATFORM_LOGO: 'https://ever.team/assets/ever-teams.png'
GAUZY_DESKTOP_LOGO_512X512: 'https://ever.team/assets/ever-teams-512x512.png'
DESKTOP_WEB_SERVER_APP_DEFAULT_PORT: 3001
GAUZY_API_SERVER_URL: 'https://api.ever.team'
NEXT_PUBLIC_GAUZY_API_SERVER_URL: 'https://api.ever.team'

release-windows:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -250,3 +256,6 @@ jobs:
I18N_FILES_URL: 'https://raw.githubusercontent.com/ever-co/ever-teams/develop/apps/server-web/i18n'
PLATFORM_LOGO: 'https://ever.team/assets/ever-teams.png'
GAUZY_DESKTOP_LOGO_512X512: 'https://ever.team/assets/ever-teams-512x512.png'
DESKTOP_WEB_SERVER_APP_DEFAULT_PORT: 3001
GAUZY_API_SERVER_URL: 'https://api.ever.team'
NEXT_PUBLIC_GAUZY_API_SERVER_URL: 'https://api.ever.team'

0 comments on commit 690344a

Please sign in to comment.