mirror of
https://github.com/ldericher/fftcgtool
synced 2025-01-15 06:53:00 +00:00
CI
This commit is contained in:
parent
d49d3cbff6
commit
ee4b5934b6
2 changed files with 16 additions and 0 deletions
14
.drone.yml
Normal file
14
.drone.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: ldericher/fftcgtool
|
||||||
|
auto_tag: true
|
||||||
|
username:
|
||||||
|
from_secret: DOCKER_USERNAME
|
||||||
|
password:
|
||||||
|
from_secret: DOCKER_PASSWORD
|
|
@ -1,5 +1,7 @@
|
||||||
# fftcgtool
|
# fftcgtool
|
||||||
|
|
||||||
|
[![Build Status](https://github.drone.yavook.de/api/badges/ldericher/fftcgtool/status.svg)](https://github.drone.yavook.de/ldericher/fftcgtool)
|
||||||
|
|
||||||
Card import tool for [Final Fantasy TCG Complete](https://steamcommunity.com/sharedfiles/filedetails/?id=889160751) mod
|
Card import tool for [Final Fantasy TCG Complete](https://steamcommunity.com/sharedfiles/filedetails/?id=889160751) mod
|
||||||
for the [Tabletop Simulator](http://berserk-games.com/tabletop-simulator/)
|
for the [Tabletop Simulator](http://berserk-games.com/tabletop-simulator/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue