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:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 📥 Checkout code
|
- name: 📥 Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
|
||||||
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -91,7 +91,6 @@ fabric.properties
|
||||||
# Android studio 3.1+ serialized cache file
|
# Android studio 3.1+ serialized cache file
|
||||||
.idea/caches/build_file_checksums.ser
|
.idea/caches/build_file_checksums.ser
|
||||||
|
|
||||||
<<<<<<< Updated upstream
|
|
||||||
# Node/npm
|
# Node/npm
|
||||||
node_modules/
|
node_modules/
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
|
@ -99,6 +98,6 @@ npm-debug.log
|
||||||
.env
|
.env
|
||||||
dist/
|
dist/
|
||||||
coverage/
|
coverage/
|
||||||
=======
|
|
||||||
|
# Cletus' database
|
||||||
bot/db/
|
bot/db/
|
||||||
>>>>>>> Stashed changes
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue