-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy | ||
# More GitHub Actions for Azure: https://github.com/Azure/actions | ||
# Copyright (c) Microsoft Corporation. | ||
# Licensed under the MIT License. | ||
|
||
# This workflow builds a Docker container and deploys it to the TypeAgent container repository | ||
|
||
name: Build and deploy Node.js app to Azure Web App - typeagent | ||
|
||
|
@@ -16,13 +18,7 @@ permissions: | |
jobs: | ||
|
||
deploy: | ||
runs-on: ubuntu-latest # pnpm deploy does not work currently on Windows. Fails with EPERM. | ||
# needs: build_ts | ||
# environment: | ||
# name: 'test' | ||
# url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} | ||
# permissions: | ||
# id-token: write #This is required for requesting the JWT | ||
runs-on: ubuntu-latest # pnpm deploy does not work currently on Windows. Fails with EPERM. | ||
steps: | ||
- name: Setup Git LF | ||
run: | | ||
|
@@ -32,13 +28,6 @@ jobs: | |
with: | ||
ref: dev/robgruen/android_sans_MSAL | ||
|
||
# - uses: 1arp/[email protected] | ||
# with: | ||
# path: ${{ github.workspace }}/ts/ | ||
# isAbsolutePath: true | ||
# file: .env | ||
# content: ${{ secrets.DOCKER_DOT_ENV }} | ||
|
||
- uses: dorny/paths-filter@v3 | ||
id: filter | ||
with: | ||
|