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

View File

@ -23,7 +23,6 @@ jobs:
- 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
run: echo "TOKEN=${{secrets.DEVTOKEN}} clientId=${{ secrets.clientId }}" > .env
- name: Refresh commands with Discord
run: node _modules/_deploy-global.js