A discord bot for teal.fm
discord tealfm music

whatever bro

besaid.zone 9a1df140 b7090445

verified
Changed files
-3
.tangled
workflows
-3
.tangled/workflows/docker-atcr.yml
··· 8 dependencies: 9 nixpkgs: 10 - docker 11 - - docker-credential-helpers 12 - - pass 13 14 steps: 15 - name: log in to atcr 16 command: | 17 - pass init "docker creds storage key" 18 echo $ATCR_APP_PASSWORD | docker login atcr.io -u $ATCR_USER --password-stdin 19 20 - name: build image
··· 8 dependencies: 9 nixpkgs: 10 - docker 11 12 steps: 13 - name: log in to atcr 14 command: | 15 echo $ATCR_APP_PASSWORD | docker login atcr.io -u $ATCR_USER --password-stdin 16 17 - name: build image