Modified .gitignore and deploy.yml.
Some checks failed
Deploy Cletus Bot / deploy (push) Failing after 29s
Some checks failed
Deploy Cletus Bot / deploy (push) Failing after 29s
This commit is contained in:
parent
9fc01c4563
commit
83001fe8b6
2 changed files with 3 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 📥 Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -91,7 +91,6 @@ fabric.properties
|
|||
# Android studio 3.1+ serialized cache file
|
||||
.idea/caches/build_file_checksums.ser
|
||||
|
||||
<<<<<<< Updated upstream
|
||||
# Node/npm
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
|
|
@ -99,6 +98,6 @@ npm-debug.log
|
|||
.env
|
||||
dist/
|
||||
coverage/
|
||||
=======
|
||||
|
||||
# Cletus' database
|
||||
bot/db/
|
||||
>>>>>>> Stashed changes
|
||||
|
|
|
|||
Loading…
Reference in a new issue