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

View File

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