Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 603 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 603 Bytes

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