Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Custom Pinata Deploy Action for Hosting the App on IPFS

License

Notifications You must be signed in to change notification settings

decentdao/ipfs-pinata-deploy-action

 
 

Repository files navigation

ipfs-pinata-deploy-action

IPFS Pinata service deploy

This action deploys to IPFS through Pinata service

Inputs

path

Required Path to directory which should be sent to Pinata. Default "build".

pin-name

Required Human name for pin on Pinata.

pinata-api-key

Required Pinata API key.

pinata-secret-api-key

Required Pinata Secret API key.

remove-old

Should action also remove old pin(-s) from Pinata service with same name. Default "false".

verbose

Required Verbose mode. Default "false".

Outputs

hash

Deployed hash value.

Example usage

uses: adamgall/[email protected]
with:
  pin-name: 'My personal site'
  path: './build'
  pinata-api-key: 11111111111111111111
  pinata-secret-api-key: 2222222222222222222222222222222222222222222222222222222222222222
  verbose: true
  remove-old: false

Contributing

We are open for contribution. If you would like to contribute kindly create pull request.

About

Custom Pinata Deploy Action for Hosting the App on IPFS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%