improved workflow

This commit is contained in:
Skylar Grant 2023-02-09 22:14:18 -05:00 committed by GitHub
parent d0d40286b1
commit 9b61e6a32a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -22,3 +22,8 @@ jobs:
run: docker login -u $DHUB_UNAME -p $DHUB_PWORD
- name: Push image to Docker Hub
run: docker push v0idf1sh/silvanus-dev
- name: Set up a skeleton .env file
run: echo "TOKEN=${{secrets.DEVTOKEN}}" > .env
run: echo "clientId=${{ secrets.clientId }}" >> .env
- name: Refresh commands with Discord
run: node _modules/_deploy-global.js