Skip to content

Laf Deploy Static

Actions
Deploy static file into laf storage
v1.1
Latest
Star (1)

laf-storage-deploy-action

Deploy static file into laf storage with github action.

Then you can deploy your static website easy with laf static server

Usage

- name: Deploy to laf storage
  uses: moonrailgun/laf-storage-deploy-action@v1.1
  with:
    laf-server: https://laf.dev
    laf-pat: ${{ secrets.LAF_PAT }}
    laf-appid: xxxxxx
    laf-bucket-name: yyyyyy
    dist-path: ./dist

You can get server pat, appid, bucket-name from laf platform

name required default description
laf-server false https://laf.run The server url of laf
laf-pat true Laf pat which use for login
laf-appid true Laf appid which use for upload
laf-bucket-name true Bucket name of you wanna store
dist-path false ./dist The path which upload static file

Example in real world

Laf Deploy Static is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Deploy static file into laf storage
v1.1
Latest

Laf Deploy Static is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.