Skip to content

ci: deployment config #9

ci: deployment config

ci: deployment config #9

Workflow file for this run

name: Build and deploy app
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v3
- name: Ventura Deploy Github Pages Action
uses: AhsanAyaz/[email protected]
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
build_configuration: production
base_href: /ventura-vdr/
deploy_branch: gh-pages
angular_dist_build_folder: dist/vdr
permissions:
contents: write