Skip to content

Commit

Permalink
Update dev-robgruen-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen authored Nov 21, 2024
1 parent 57a077e commit 4ee73a3
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/dev-robgruen-docker.yml
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

Expand All @@ -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: |
Expand All @@ -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:
Expand Down

0 comments on commit 4ee73a3

Please sign in to comment.