Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Add GitHub Actions for Azure Container Apps deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
yjm080821 committed Aug 26, 2024
1 parent c53aead commit 2164bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:

- name: Build and push Docker image for frontend
run: |
docker build -t criesfcdba3xnfa.azurecr.io/frontend:latest -f application/client/Dockerfile ./application/client
docker build -t criesfcdba3xnfa.azurecr.io/frontend:latest -f applications/client/Dockerfile ./applications/client
docker push criesfcdba3xnfa.azurecr.io/frontend:latest
- name: Build and push Docker image for backend
run: |
docker build -t criesfcdba3xnfa.azurecr.io/backend:latest -f application/server/Dockerfile ./application/server
docker build -t criesfcdba3xnfa.azurecr.io/backend:latest -f applications/server/Dockerfile ./applications/server
docker push criesfcdba3xnfa.azurecr.io/backend:latest
- name: Provision Infrastructure
Expand Down

0 comments on commit 2164bcc

Please sign in to comment.