nbari / test_pipeline

a CI & CD flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test_pipeline

Master branch

  • Require status checks to pass before merging
  • Require signed commits
  • Require linear history

Develop branch

  • Require status checks to pass before merging
  • Require signed commits
  • Require linear history
  • Allow force pushes

Keep develop in sync with master:

git pull origin master --rebase

to reset branch to be like master:

git reset --hard origin/master

Creating the zip:

 zip -r add.zip codedeploy appspec.yml target/release/test_pipeline

Create random key:

openssl rand -base64 32

Adding self-hosted runners https://docs.github.com/en/free-pro-team@latest/actions/hosting-your-own-runners/adding-self-hosted-runners

nohup ./run.sh &

About

a CI & CD flow

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 83.5%Language:Makefile 9.2%Language:Shell 7.4%