-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy crawler to production azure #602
Conversation
Is using OIDC a possibility for us to move away from credential secrets? |
Yes that should work. We log into Azure here in the base operations workflow https://github.com/clearlydefined/operations/blob/main/.github/workflows/app-deploy-to-azure.yml#L52-L55 Not sure if I can do as part of this task. But can create an issue on operations for this change. |
Closing in favour of #608 |
What
Add's workflow that deploys a production crawler to Clearly Defineds Azure
DO NOT MERGE:
This is part of project to have Crawlers running on CD Azure as well as MSFT.
Currently the
cdcrawler-prod
that this workflow deploys is pointed at development azblob. To test deploy works.After test we need to make additional changes so this workflow also publishes production image to Docker Hub as MSFT and GitHub are using.