Skip to content

Commit

Permalink
Update azure-static-web-apps-lively-hill-0d219190f.yml
Browse files Browse the repository at this point in the history
change branch to test and set VITE environment variables
  • Loading branch information
TimNeubrander authored Jun 25, 2024
1 parent 8f83688 commit 42d3829
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,23 @@ name: Azure Static Web Apps CI/CD
on:
push:
branches:
- main
- test
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main
- test

jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
env:
VITE_MAPBOX_TOKEN: ${{ vars.VITE_MAPBOX_TOKEN }}
VITE_REMOTE_MENU_BASE_URL: ${{ vars.VITE_REMOTE_MENU_BASE_URL_TEST }}
VITE_REMOTE_HEADER_MENU_ID: ${{ vars.VITE_REMOTE_HEADER_MENU_ID }}
VITE_REMOTE_FOOTER_MENU_ID: ${{ vars.VITE_REMOTE_FOOTER_MENU_ID }}
VITE_REMOTE_SOCIAL_LINKS_ID: ${{ vars.VITE_REMOTE_SOCIAL_LINKS_ID }}
VITE_LOCATION_API_URL: ${{ vars.VITE_LOCATION_API_URL_TEST }}
name: Build and Deploy Job
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 42d3829

Please sign in to comment.