Skip to content

Commit

Permalink
[#3] Move build location
Browse files Browse the repository at this point in the history
  • Loading branch information
anjarakvo committed Sep 1, 2023
1 parent 6341928 commit 36ea5fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
app-name: "akvo-form-service"
service-name: "frontend"
dockerfile-location: "frontend/Dockerfile"
dockerfile-location: "frontend"

build-push-backend:
needs: node-operation
Expand All @@ -32,7 +32,7 @@ jobs:
with:
app-name: "akvo-form-service"
service-name: "backend"
dockerfile-location: "backend/Dockerfile"
dockerfile-location: "backend"

rollout-frontend:
needs: build-push-frontend
Expand Down

0 comments on commit 36ea5fa

Please sign in to comment.