Browse Source

Some final cleanup and adding drone config

Kirk Trombley 3 years ago
parent
commit
c916542ffc
3 changed files with 19 additions and 2 deletions
  1. 18 0
      .drone.yml
  2. 0 2
      README.md
  3. 1 0
      commands/commands/__init__.py

+ 18 - 0
.drone.yml

@@ -0,0 +1,18 @@
+kind: pipeline
+name: default
+
+steps:
+- name: docker  
+  image: plugins/docker
+  settings:
+    dockerfile: Dockerfile.groupme
+    username: 
+        from_secret: registry_username
+    password: 
+        from_secret: registry_password
+    repo: registry.hiram.services/rollbot4
+    tags: groupme
+    registry: registry.hiram.services
+  when:
+    branch:
+    - master

+ 0 - 2
README.md

@@ -12,10 +12,8 @@ Needs the following ported from rollbot3 for feature parity:
 - watchlist
 - rollcoin
 
-
 ## Future Improvements/To-Do
 
-- GroupMe driver + Dockerfile
 - Track open db connections and force close on shutdown
 - Dependency injection for startup and shutdown methods
 - Shorthand for returning empty response with multiple attachments

+ 1 - 0
commands/commands/__init__.py

@@ -21,6 +21,7 @@ config = get_command_config().extend(
             "rampart": "Hey guys can we please keep the topic to Rampart?",
             "panic": "https://imgur.com/PjAtZDp",
             "ah": "https://i.groupme.com/810x677.jpeg.8399fce5295f4116b152f7daa474353a.large",
+            "groupme": "All your friends are right here, Neil!",
         },
         aliases={
             "speemteek": "speamteek",