Install modules

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

View File

@ -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