mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-16 02:36:19 +00:00
move to rest
This commit is contained in:
7
.github/workflows/dev_syncrow(dev).yml
vendored
7
.github/workflows/dev_syncrow(dev).yml
vendored
@ -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: |
|
||||
|
Reference in New Issue
Block a user