Skip to content

Commit

Permalink
Update main_lyve-api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis3797 authored May 15, 2024
1 parent 553d98b commit 94679fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_lyve-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
push: true
tags: ghcr.io/${{ secrets.AzureAppService_ContainerUsername_97aaefe12c734729aa1405c013101094 }}/lyve-app/lyve-backend/lyve-api:${{ github.sha }}
file: ./Dockerfile
file: .apps/api/Dockerfile

deploy:
runs-on: ubuntu-latest
Expand All @@ -48,4 +48,4 @@ jobs:
app-name: 'lyve-api'
slot-name: 'production'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_1b22bea74e814ce8ad2aa8527f7f71ff }}
images: 'ghcr.io/${{ secrets.AzureAppService_ContainerUsername_97aaefe12c734729aa1405c013101094 }}/lyve-app/lyve-backend/lyve-api:${{ github.sha }}'
images: 'ghcr.io/${{ secrets.AzureAppService_ContainerUsername_97aaefe12c734729aa1405c013101094 }}/lyve-app/lyve-backend/lyve-api:${{ github.sha }}'

0 comments on commit 94679fa

Please sign in to comment.