start on CI/CD
This commit is contained in:
parent
c4c87a4ab1
commit
bc8b6b889d
2 changed files with 8 additions and 0 deletions
4
.ci_cd/build.yml
Normal file
4
.ci_cd/build.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- run: echo "Hello, World!"
|
4
.ci_cd/deploy.yml
Normal file
4
.ci_cd/deploy.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- run: echo "Hello, World!"
|
Loading…
Add table
Add a link
Reference in a new issue