Skip to content
cloud

GitHub Action

Deploy to Hop

v1 Latest version

Deploy to Hop

cloud

Deploy to Hop

Deploy your project to hop.io using the Hop CLI

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Deploy to Hop

uses: hopinc/action@v1

Learn more about this action in hopinc/action

Choose a version

Hop Deploy Github Action

Deploy your app to Hop, using the Hop CLI.

Inputs

Name Required Description
token true Hop Personal Token from an user with access to the deployment.
dir false The directory to deploy from. Defaults to the root of your project.

Example usage

Using with

name: Deploy to Hop
uses: hopinc/action@v1
with:
  token: ${{ secrets.HOP_TOKEN }}