Skip to content

Commit

Permalink
final 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ingarbi committed Dec 25, 2023
1 parent c8a3199 commit 08a551a
Show file tree
Hide file tree
Showing 119 changed files with 145 additions and 4,052 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Main BigCorp workflow

on:
push:
branches:
- main
paths-ignore:
- "**/README.md"

jobs:
print-message:
runs-on: ubuntu-latest

steps:
- name: Print a message
run: echo "Hello, World!"
send_message:
runs-on: ubuntu-latest
needs: print-message
steps:
- name: Send message
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: Деплой успешно выполнен!
Empty file removed account/__init__.py
Empty file.
6 changes: 0 additions & 6 deletions account/apps.py

This file was deleted.

60 changes: 0 additions & 60 deletions account/forms.py

This file was deleted.

Empty file removed account/migrations/__init__.py
Empty file.
42 changes: 0 additions & 42 deletions account/templates/account/dashboard/account-delete.html

This file was deleted.

36 changes: 0 additions & 36 deletions account/templates/account/dashboard/dashboard.html

This file was deleted.

42 changes: 0 additions & 42 deletions account/templates/account/dashboard/profile-management.html

This file was deleted.

21 changes: 0 additions & 21 deletions account/templates/account/email/email-verification-sent.html

This file was deleted.

64 changes: 0 additions & 64 deletions account/templates/account/email/email_success_template.html

This file was deleted.

11 changes: 0 additions & 11 deletions account/templates/account/email/mail_body.html

This file was deleted.

3 changes: 0 additions & 3 deletions account/templates/account/email/mail_body.txt

This file was deleted.

Loading

0 comments on commit 08a551a

Please sign in to comment.