diff --git a/.github/workflows/deploy_production.yaml b/.github/workflows/deploy_production.yaml index 9e8b7ee..fc8f5fd 100644 --- a/.github/workflows/deploy_production.yaml +++ b/.github/workflows/deploy_production.yaml @@ -17,6 +17,7 @@ jobs: deploy_production: name: Deploy to Production uses: zooniverse/ci-cd/.github/workflows/deploy_app.yaml@main + needs: build_and_push_image with: app_name: markdown-api repo_name: markdown-api diff --git a/kubernetes/deployment_production.tmpl b/kubernetes/deployment-production.tmpl similarity index 100% rename from kubernetes/deployment_production.tmpl rename to kubernetes/deployment-production.tmpl