diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..bb4a7ff --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +kind: pipeline +name: default + +steps: +- name: Build and publish Docker image + image: plugins/docker + pull: always + settings: + repo: askiiart/discord-tribune-aquila-bot + tags: latest + username: + from_secret: docker_username + password: + from_secret: docker_password \ No newline at end of file diff --git a/README.md b/README.md index 1e38eee..6b236d4 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Docker stuff -A dockerization of [tribune-pontius-aquila-bot](https://git.plantsfarmus.duckdns.org/askiiart/tribune-pontius-aquila-bot) +A Docker/container-ization of the Tribune Pontius Aquila bot. docker-compose.yml: ```yaml -ervices: +services: aquila-bot: - image: 'agelpen/discord-tribune-aquila-bot:latest' + image: 'askiiart/discord-tribune-aquila-bot:latest' volumes: - ./.env:/app/.env restart: unless-stopped @@ -19,6 +19,6 @@ ervices: TOKEN='' ``` -# What the bot actually does +## What the bot actually does When someone says "/aquila", the bot replies "Who gave permission for this? I sure as hell didn't." \ No newline at end of file