Skip to content

ghrcdaac/GHRC-TF-CICD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GHRC-TF-CICD

A docker image to build and deploy GHRC repo to Bamboo-CI.

How to Use

cd to your cloned repo You should define a build.sh in your repo. build.sh contains the logic of your build+deployment

docker run --rm -v $PWD:/home/bamboo/workstation ghrcdaac/ghrc-tf-cicd

If you want to pass a custom build your repo run

docker run --rm -v $PWD:/home/bamboo/workstation ghrcdaac/ghrc-tf-cicd -e custom.sh

Custom script should be in the root directory of your cloned repo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 51.8%
  • Dockerfile 48.2%