diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 82b42dc..fc1ffd5 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -1,4 +1,4 @@ -name: ci +name: cd on: push: @@ -121,14 +121,13 @@ jobs: flags: '--allow-unauthenticated' - name: Show deployed service URL - run: | - echo "${{ steps.deploy-service.outputs.url }}" + run: echo "${{ steps.deploy-service.outputs.url }}" - name: Create topic and subscription - uses: octue/create-push-subscription@0.1.0 + uses: octue/create-push-subscription@0.2.1 with: project_name: ${{ needs.info.outputs.gcp_project_name }} service_namespace: ${{ needs.info.outputs.gcp_resource_affix }} service_name: ${{ needs.info.outputs.gcp_service_name }} - revision_tag: ${{ needs.info.outputs.version_slug }} + service_revision_tag: ${{ needs.info.outputs.version_slug }} push_endpoint: ${{ steps.deploy-service.outputs.url }} diff --git a/pyproject.toml b/pyproject.toml index 427e245..46e1d05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "panel-codes-service" -version = "0.1.0" +version = "0.1.1" description = "" authors = ["time-trader"] license = "MIT"