updating readme and testing double dollar signs to get passwords into gitlab runner docker nodes
This commit is contained in:
parent
6db4d657cd
commit
fd63ed494a
@ -22,7 +22,7 @@ linting_python:
|
||||
build_and_push_container:
|
||||
stage: deploy
|
||||
script:
|
||||
- docker login -u ldooks -p $DOCKER_PASSWORD
|
||||
- docker login -u ldooks -p $$DOCKER_PASSWORD
|
||||
- docker build -t ldooks/dragon-bot:latest .
|
||||
- docker push ldooks/dragon-bot:latest
|
||||
only:
|
||||
|
@ -1,6 +1,7 @@
|
||||
[](https://gitlab.com/ldooks/dragon-bot/commits/master)
|
||||
# README #
|
||||
|
||||
A discord bot for the trifecta discord channel
|
||||
A discord bot for fun
|
||||
|
||||
### What does this bot do? ###
|
||||
* A quick and dirty explanation would be to read the `help.py` file, but to give a summary
|
||||
|
Loading…
x
Reference in New Issue
Block a user