mirror of
https://github.com/supanadit/todo.git
synced 2024-11-24 19:26:22 +00:00
ci: add automation
This commit is contained in:
parent
75d929128b
commit
fd4bd32967
9
.circleci/config.yml
Normal file
9
.circleci/config.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
version: 2.1
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
docker:
|
||||||
|
- image: cimg/base:2022.05
|
||||||
|
auth:
|
||||||
|
username: supanadit
|
||||||
|
password: $DOCKER_HUB_PASS
|
Loading…
Reference in New Issue
Block a user