Skip to content

Commit

Permalink
Update autodeploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezra Peisach committed Oct 17, 2024
1 parent d9b6600 commit b4176ca
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/trigger_autodeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b4176ca

Please sign in to comment.