Skip to content

Commit

Permalink
Merge pull request #11 from akvo/prod-deployment
Browse files Browse the repository at this point in the history
Prod deployment
  • Loading branch information
anjarakvo authored Sep 27, 2024
2 parents a6c26fc + c41ce68 commit 87c2dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
app-name: "akvo-flow-s3-proxy"
service-name: "backend"
dockerfile-location: "backend/Dockerfile"
cluster-name: "test"

- name: Docker Push Backend
uses: ./composite-actions/.github/actions/docker-push
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
app-name: "akvo-flow-s3-proxy"
service-name: "backend"
dockerfile-location: "backend/Dockerfile"
cluster-name: "production"

- name: Docker Push Backend
uses: ./composite-actions/.github/actions/docker-push
Expand Down

0 comments on commit 87c2dbc

Please sign in to comment.