Skip to content

omrilotan/ci-cd.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

72 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Hosted CI/CD scripts

Visit ci-cd.net for full feature list

A collection of hosted CI-CD generic helper scripts, which aim to streamline continues integration and delivery processes across services. This project's goal is to include non business logic scripts which can be used out-of-the-box or adapted by arguments.

Using hosted shell scripts

Using a script with defaults

curl ci-cd.net/v1/<SCRIPT> | bash

Passing arguments

curl ci-cd.net/v1/<SCRIPT> | bash -s <ARGUMENT_1> <ARGUMENT_2>

Use SSL

curl -v https://ci-cd.net/v1/<SCRIPT> | bash