Drone image building
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2023-01-16 10:27:57 -08:00
parent 547068bb48
commit df42047a4b
2 changed files with 17 additions and 1 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
---
kind: pipeline
name: publish docker image
steps:
- name: build and publish
image: plugins/docker
settings:
auto_tag: true
username: 3wordchant
password:
from_secret: git_coopcloud_tech_token_3wc
repo: git.coopcloud.tech/coop-cloud-chaos-patchs/adapt_authoring
tags: latest
registry: git.coopcloud.tech

View File

@ -1,9 +1,11 @@
# docker-adaptauthoring
![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/3wordchant/adaptauthoring)
[![Build Status](https://build.coopcloud.tech/api/badges/coop-cloud-chaos-patchs/docker-adaptauthoring/status.svg)](https://build.coopcloud.tech/coop-cloud-chaos-patchs/docker-adaptauthoring)
Docker configuration for the [Adapt Authoring tool](https://github.com/adaptlearning/adapt_authoring): create SCORM-compatible training.
Migrated from https://github.com/3-w-c/docker-adaptauthoring
## Getting started
Because Adapt requires a database to run, the easiest way to get started is to use `docker-compose` to set up Adapt and MongoDB automatically.