We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be great to deploy these to a GCP bucket linked with a domain like developer.mozilla.org/assets or assets.mdn.dev or similar.
developer.mozilla.org/assets
assets.mdn.dev
See https://github.com/google-github-actions/upload-cloud-storage
jobs: job_id: permissions: contents: 'read' id-token: 'write' steps: - id: 'checkout' uses: 'actions/checkout@v3' - id: 'auth' uses: 'google-github-actions/auth@v1' with: workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider' service_account: '[email protected]' - id: 'upload-file' uses: 'google-github-actions/upload-cloud-storage@v1' with: path: '/path/to/file' destination: 'bucket-name/file'
The text was updated successfully, but these errors were encountered:
Added a gh-pages deploy in #8 for now as a stopgap
Sorry, something went wrong.
I'm closing for the moment, I think we will revisit deployment options at a later stage
No branches or pull requests
It would be great to deploy these to a GCP bucket linked with a domain like
developer.mozilla.org/assets
orassets.mdn.dev
or similar.See https://github.com/google-github-actions/upload-cloud-storage
The text was updated successfully, but these errors were encountered: