Skip to content

tekartik/deploy.dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tekartik_deploy.dart

File deployment helper (file system, google storage)

Install

tekartik_deploy:
    git:
      url: https://github.com/tekartik/deploy.dart
      ref: dart3a
    version: ">=0.5.0"

Usage

Google Cloud Storage web deploy

gswebdeploy <local_src> <gs://bucket/path>

local dir deploy

dirdeploy

Google Cloud Storage deploy

gsdeploy

deploy.yaml

For dirdeploy

files:
- file_to_include
  file_to_include2: new_file_name
exclude:
  file_or_dir_to exclude

Activation

From git repository

pub global activate -s git https://github.com/tekartik/deploy.dart

From local path

pub global activate -s path .

About

File deployment helper (file system, google storage)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages