We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15db71 commit a73606eCopy full SHA for a73606e
.github/workflows/azure-static-web-apps-ashy-field-0888efb03.yml
@@ -19,6 +19,18 @@ jobs:
19
with:
20
submodules: true
21
lfs: false
22
+ - name: Set up Node.js
23
+ uses: actions/setup-node@v3
24
+ with:
25
+ node-version: '20.x'
26
+ - name: Install dependencies
27
+ run: npm install
28
+ working-directory: ./frontend
29
+ - name: Build the app
30
+ run: npm run build
31
32
+ env:
33
+ VITE_API_BASE_URL: ${{ secrets.VITE_API_BASE_URL }} # Setting the environment
34
- name: Build And Deploy
35
id: builddeploy
36
uses: Azure/static-web-apps-deploy@v1
0 commit comments