Skip to content

Commit

Permalink
.github/workflows/deploy.yaml: try to use the acdh-oeaw/arche_cicd_fi…
Browse files Browse the repository at this point in the history
…nish_action action
  • Loading branch information
zozlak committed Oct 24, 2024
1 parent b466034 commit e3fd899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
sleep 1
curl -f -i 'http://127.0.0.1:8080/?id=https%3A%2F%2Fhdl.handle.net%2F21.11115%2F0000-000E-5942-4'
curl -f -i 'http://127.0.0.1:8080/?id=https%3A%2F%2Fhdl.handle.net%2F21.11115%2F0000-000E-5942-4'
- uses: acdh-oeaw/arche_cicd_finish_action@0.1
- uses: acdh-oeaw/arche_cicd_finish_action@main
with:
pushAndRedeploy: ${{ github.event_name == 'release' && github.event.action == 'published' || inputs.deploy }}
dockerhubLogin: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit e3fd899

Please sign in to comment.