Git to Google Cloud Storage (Nakilon/git-to-gcs) (#12)

Co-authored-by: Victor Maslov <nakilon@gmail.com>
This commit is contained in:
Romain Lespinasse 2025-03-04 23:59:52 +01:00 committed by GitHub
parent 18d7f12e54
commit 85e100b158
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -446,6 +446,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Executing remote ssh commands](https://github.com/appleboy/ssh-action)
- [Publish a Python distribution package to PyPI](https://github.com/pypa/gh-action-pypi-publish)
- [Deploy Static Website to Azure Storage](https://github.com/feeloor/azure-static-website-deploy)
- [Sync Git Repo to a Google Cloud Storage Bucket (as a Static Website for Example)](https://github.com/Nakilon/git-to-gcs)
- [Cross platform Chocolatey CLI to build and publish packages](https://github.com/crazy-max/ghaction-chocolatey)
- [Deploy iOS Pod Library to Cocoapods](https://github.com/michaelhenry/deploy-to-cocoapods-github-action)
- [GitHub Action for TencentCloud Serverless](https://github.com/Juliiii/action-scf)