Rename CI pipeline name
This commit is contained in:
parent
c1a7e3fe2a
commit
338b38a339
2 changed files with 2 additions and 2 deletions
2
.github/workflows/crystal.yml
vendored
2
.github/workflows/crystal.yml
vendored
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: Crystal CI
|
name: Build
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Pushokku
|
# Pushokku
|
||||||
|
|
||||||
![Build](https://github.com/glenux/pushokku/workflows/Crystal%20CI/badge.svg)
|
![Build](https://github.com/glenux/pushokku/workflows/Build/badge.svg)
|
||||||
|
|
||||||
Push docker image to remote dokku server then deploy it
|
Push docker image to remote dokku server then deploy it
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue