-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: new pipeline actions (discord messages) + dashboard fix
- Loading branch information
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,12 @@ jobs: | |
working-directory: /home/iforge/ignis/ | ||
run: git pull | ||
|
||
- name: Notify Discord Maintenance Start | ||
uses: tsickert/[email protected] | ||
with: | ||
webhook-url: ${{ secrets.DISCORD_ANNOUCE_WEBHOOK_URL }} | ||
content: "Sign In System (Ignis) Entering Maintenance Mode" | ||
|
||
- name: Throw up the maintenance page | ||
run: touch /home/iforge/ignis-config/file_flags/maintenance_mode/enabled | ||
|
||
|
@@ -35,3 +41,9 @@ jobs: | |
|
||
- name: Remove maintenance page | ||
run: rm /home/iforge/ignis-config/file_flags/maintenance_mode/enabled | ||
|
||
- name: Notify Discord Maintenance Start | ||
uses: tsickert/[email protected] | ||
with: | ||
webhook-url: ${{ secrets.DISCORD_ANNOUCE_WEBHOOK_URL }} | ||
content: "Sign In System (Ignis) Exiting Maintenance Mode..." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters