Skip to content

Commit 5616d34

Browse files
committed
logo and CI
1 parent a9b324c commit 5616d34

4 files changed

Lines changed: 136 additions & 3 deletions

File tree

.github/workflows/makefile.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,15 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- name: Run check
18-
run: make check
17+
- name: build
18+
run: make all
19+
20+
tests:
21+
22+
runs-on: ubuntu-latest
23+
24+
steps:
25+
- uses: actions/checkout@v4
26+
27+
- name: tests
28+
run: make check

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Deployer
1+
![deployer_banner.svg](img/deployer_banner.svg)
22

33
A secure SSH-based deployment system for remote Docker container management.
44

img/deployer_banner.svg

Lines changed: 74 additions & 0 deletions
Loading

img/deployer_logo_colorful.svg

Lines changed: 49 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)