Skip to content

Commit

Permalink
Merge pull request #33 from UCF/fb-configure-live-static-site-workflow
Browse files Browse the repository at this point in the history
Update azure-static-web-apps-brave-wave-05c9ff40f.yml
  • Loading branch information
TimNeubrander authored Jun 26, 2024
2 parents 7c785f7 + c37e397 commit e3c7af4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/azure-static-web-apps-brave-wave-05c9ff40f.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
name: Azure Static Web Apps CI/CD
name: Azure Static Web Apps CI/CD LIVE

on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main

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_LIVE }}
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_LIVE }}
name: Build and Deploy Job
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e3c7af4

Please sign in to comment.