Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bizflycloud/action-bizflyctl
Github Actions for Bizfly Cloud - bizflyctl
https://github.com/bizflycloud/action-bizflyctl
bizflycloud cicd github-actions
Last synced: about 6 hours ago
JSON representation
Github Actions for Bizfly Cloud - bizflyctl
- Host: GitHub
- URL: https://github.com/bizflycloud/action-bizflyctl
- Owner: bizflycloud
- License: mit
- Created: 2022-02-28T03:14:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T14:10:49.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T01:36:46.539Z (4 days ago)
- Topics: bizflycloud, cicd, github-actions
- Language: JavaScript
- Homepage: https://bizflycloud.vn
- Size: 205 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Actions for BizflyCloud
This action enables you to interact with Bizfly Cloud services by installing the `bizflyctl` command-line client# Usage
To install the lastest version of `bizflyctl` and use it in GitHub Actions workflows, add the following step to your workflow```yaml
env:
BIZFLY_CLOUD_EMAIL: ${{ secrets.BIZFLY_CLOUD_EMAIL }}
BIZFLY_CLOUD_PASSWORD: ${{ secrets.BIZFLY_CLOUD_PASSWORD }}
- name: Install bizflyctl
uses: bizflycloud/action-bizflyctl
with:
version: "v0.2.2"
````bizflyctl` will now be available in the virtual environment and can be used directly in following steps.
# Arguments
- `version`: The version of bizflyctl to use# Environment Arguments
- `BIZFLY_CLOUD_EMAIL` - (Required) the Bizfly Cloud login email
- `BIZFLY_CLOUD_PASSWORD` - (Required) the Bizfly Cloud login email