From 40e601a1f5e279c89022673248474ba31e09d043 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Thu, 17 Oct 2024 14:04:08 +0900 Subject: [PATCH] Update autodeploy pipeline --- .github/workflows/trigger_autodeploy.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/trigger_autodeploy.yml b/.github/workflows/trigger_autodeploy.yml index 68b9f79..d52546a 100644 --- a/.github/workflows/trigger_autodeploy.yml +++ b/.github/workflows/trigger_autodeploy.yml @@ -9,14 +9,7 @@ on: - master jobs: - build: - name: Call Azure Pipeline - runs-on: ubuntu-latest - steps: - - name: Azure Pipelines Action - uses: Azure/pipelines@v1.2 - with: - azure-devops-project-url: https://dev.azure.com/wwPDB/wwPDB%20Python%20Projects - azure-pipeline-name: 'wwPDB.azure_autodeploy_pipeline' - azure-devops-token: ${{ secrets.AZURE_AUTODEPLOY_TOKEN }} - azure-pipeline-variables: '{"git_repo": "${{github.repository}}", "git_branch": "${{github.ref_name}}", "git_sha": "${{github.sha}}", "git_actor": "${{github.actor}}", "git_owner": "${{github.repository_owner}}"}' + deploy_dev: + name: Deploy github repository on development + uses: wwPDB/wwpdb-reusable-actions/.github/workflows/autodeploy.yml@main + secrets: inherit