Skip to content
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 documentation website to Azure Storage Container #27

Conversation

nikitabarskov
Copy link
Contributor

@nikitabarskov nikitabarskov commented Apr 18, 2024

Deploy documentation using static website hosting in Azure Storage.

@Happycoil I've tried to make it work with azcopy first, but they have an issue with credentials Azure/azure-storage-azcopy#2545, then I've switched to rclone (that's what I've used to use before for such things) and did not manage to make it work with containers (for some reason mounting .azure creds as we did with workflow for containers apps did not work).

So, I've ended up using go install and then syncing on the host of runner (it's not completely reproducible, but I believe I can add go.mod and go.sum or something).

Would be great to merge this until 3rd May.

@nikitabarskov nikitabarskov force-pushed the nikita.barskov-20240418T144431-add-documentation-deployment branch 21 times, most recently from 978e0e5 to 1887a52 Compare May 1, 2024 00:45
@nikitabarskov nikitabarskov marked this pull request as ready for review May 1, 2024 00:50
Happycoil
Happycoil previously approved these changes May 6, 2024
@nikitabarskov
Copy link
Contributor Author

@Happycoil you should be in CODEOWNERS, so I can merge.

The workflow is syncing documentation to `$web` container in Azure Storage Account
using `rclone`.
@nikitabarskov nikitabarskov force-pushed the nikita.barskov-20240418T144431-add-documentation-deployment branch from e7837ac to 586588b Compare May 6, 2024 11:00
@nikitabarskov nikitabarskov enabled auto-merge (rebase) May 6, 2024 11:53
@nikitabarskov nikitabarskov merged commit 91e9d91 into main May 6, 2024
1 check passed
@nikitabarskov nikitabarskov deleted the nikita.barskov-20240418T144431-add-documentation-deployment branch May 6, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants