Install modules
This commit is contained in:
parent
3fb8bfc827
commit
b501989d46
4
.github/workflows/docker-image-dev.yml
vendored
4
.github/workflows/docker-image-dev.yml
vendored
@ -23,6 +23,8 @@ 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}}\nclientId=${{ secrets.CLIENTID }}" > .env
|
||||
- name: Install modules
|
||||
run: npm i
|
||||
- name: Refresh commands with Discord
|
||||
run: node modules/_deploy-global.js
|
Loading…
Reference in New Issue
Block a user