Skip to content

Commit

Permalink
Merge pull request #31 from UCF/hf-update-test-workflow
Browse files Browse the repository at this point in the history
Update azure-static-web-apps-lively-hill-0d219190f.yml
  • Loading branch information
TimNeubrander authored Jun 25, 2024
2 parents 8f83688 + 0626506 commit 91b70d8
Showing 1 changed file with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ name: Azure Static Web Apps CI/CD
on:
push:
branches:
- main
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 91b70d8

Please sign in to comment.