Skip to content

Commit

Permalink
Update n2a-build-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paychex-ssmithrand authored Jan 24, 2024
1 parent 36e5f34 commit 17ff529
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/n2a-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,4 @@ jobs:
docker build . -t ${{ env.ACR_HOST }}/librechat:n2a.latest
docker push ${{ env.ACR_HOST }}/librechat:n2a.latest
- name: Build and deploy Container App
uses: azure/container-apps-deploy-action@v1
with:
acrName: conpaychexain1001
containerAppName: conplayaieastusn2a001
resourceGroup: rg-playai-eastus-n2a-001
imageToDeploy: ${{ env.ACR_HOST }}/librechat:n2a.${{ github.sha }}

0 comments on commit 17ff529

Please sign in to comment.