Skip to content

This GitHub Action simplifies the deployment process of static content packaged within a zip archive to LinkZip services.

Notifications You must be signed in to change notification settings

linkzip-dev/github-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

LinkZip GitHub Action

This GitHub Action simplifies the deployment process of static content packaged within a zip archive to LinkZip services. It streamlines the workflow by automating the steps involved in uploading and deploying the content, ensuring efficiency and accuracy in the deployment process. With this Action, developers can seamlessly integrate their static content deployment into their GitHub workflows, saving time and effort while ensuring a smooth deployment experience to LinkZip service.

Inputs

api-token

Required LinkZip API token for authentication.

deploy-message

Deployment message (optional).

Outputs

deploy-url

Deployment URL.

Example usage

uses: linkzip-dev/github-action@v1
with:
  api-token: ${{ secrets.LINKZIP_API_TOKEN }}
  deploy-message: "${{ github.event.head_commit.message }}"

Before using this action, make sure you have configured LinkZip API token in your GitHub repository secrets.

For additional customization options and advanced usage, please consult the GitHub Actions documentation.

About

This GitHub Action simplifies the deployment process of static content packaged within a zip archive to LinkZip services.

Resources

Stars

Watchers

Forks

Packages