new fix
This commit is contained in:
parent
8a62c5d5b2
commit
3fb8bfc827
4
.github/workflows/docker-image-dev.yml
vendored
4
.github/workflows/docker-image-dev.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user