Skip to content

hopinc/action

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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 }}