move to rest

This commit is contained in:
Ammar Qaffaf
2024-03-11 06:24:52 -04:00
parent 7bba7941ba
commit e222bef577
4 changed files with 4 additions and 49 deletions

View File

@ -1,4 +1,4 @@
name: Auth and Backend using Docker to Azure App Service
name: Backend deployment to Azure App Service
on:
push:
@ -30,9 +30,6 @@ jobs:
npm install
npm run build
- name: List build output
run: ls -R dist/apps/
- name: Log in to Azure
uses: azure/login@v1
with:
@ -42,7 +39,7 @@ jobs:
run: az acr login --name ${{ env.ACR_REGISTRY }}
- name: List build output
run: ls -R dist/apps/
run: ls -R dist/
- name: Build and push Docker image
run: |