Skip to content

Commit

Permalink
Revert "Dockerisation and CI/CD Deploy"
Browse files Browse the repository at this point in the history
  • Loading branch information
altf4arnold authored Mar 26, 2024
1 parent 4478ebf commit 216a9e7
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 1,558 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/deploy.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
cp config.example.py config.py
- name: Run Tests
run: |
python manage.py test
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,4 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# Avoiding public key leakage
/config.py
/env.prod.db

17 changes: 0 additions & 17 deletions Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions config.example.py

This file was deleted.

20 changes: 0 additions & 20 deletions docker-compose.yml

This file was deleted.

19 changes: 0 additions & 19 deletions entrypoint.sh

This file was deleted.

3 changes: 0 additions & 3 deletions env.prod.db.example

This file was deleted.

Loading

0 comments on commit 216a9e7

Please sign in to comment.