]> git.armaanb.net Git - tall.bot.git/blobdiff - .build.yml
Reduce amount of information returned
[tall.bot.git] / .build.yml
index 4f3e42c6314940b5d034b7a8272aaaf334af1414..72d2bb1979e9e7f36a2ab37a6580c2229f1ae23f 100644 (file)
@@ -8,9 +8,9 @@ secrets:
 tasks:
   - prep: |
       sudo systemctl start docker
+      cat ~/docker.txt | docker login --username armaancicd --password-stdin
   - build: |
       cd tall.bot
-      sudo docker build -t armaanb/tall.bot:latest .
+      docker build -t armaanb/tall.bot:latest .
   - push: |
-      cat ~/docker.txt | docker login --username armaancicd --password-stdin
       docker push armaanb/tall.bot