Skip to content

Update auth.service.ts #11

Update auth.service.ts

Update auth.service.ts #11

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Angular Deploy gh-pages Actions
uses: AhsanAyaz/[email protected]
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
build_configuration: production
base_href: /WebRTCVideoCall/
deploy_branch: gh-pages
angular_dist_build_folder: dist/video-web-rtc