From 6500025753c62ac6818d438c3e316e5825169b6c Mon Sep 17 00:00:00 2001 From: Kevin Koech Date: Fri, 6 Oct 2023 11:51:27 +0300 Subject: [PATCH] update deploy image --- .github/workflows/codeforafrica-deploy-prod.yml | 2 +- apps/codeforafrica/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeforafrica-deploy-prod.yml b/.github/workflows/codeforafrica-deploy-prod.yml index 92e61503d..db3966747 100644 --- a/.github/workflows/codeforafrica-deploy-prod.yml +++ b/.github/workflows/codeforafrica-deploy-prod.yml @@ -98,6 +98,6 @@ jobs: if: steps.version-check.outputs.changed == 'true' uses: dokku/github-action@v1.4.0 with: - branch: ${{ env.DOKKU_REMOTE_BRANCH }} + deploy_docker_image: ${{ env.IMAGE_NAME }}:${{ steps.version-check.outputs.version }} ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} git_remote_url: ${{ env.DOKKU_REMOTE_URL }} diff --git a/apps/codeforafrica/package.json b/apps/codeforafrica/package.json index 93fca7fa2..6a3ed882d 100644 --- a/apps/codeforafrica/package.json +++ b/apps/codeforafrica/package.json @@ -1,6 +1,6 @@ { "name": "codeforafrica", - "version": "1.0.44", + "version": "1.0.45", "private": true, "author": "Code for Africa ", "description": "This is the main CFA site.",