Skip to content

Update Rockyt

Update Rockyt #32

Workflow file for this run

name: Azure Static Web Apps CI/CD
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run build
env:
NODE_OPTIONS: "--max_old_space_size=4096"
deploy:
if: github.ref_type == 'branch' && github.ref_name == 'main'
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
output_location: "build" # Built app content directory - optional