-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
577 changed files
with
3,720 additions
and
13,205 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
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: EpicMorg experimental Images | ||
|
||
on: | ||
# push: | ||
# branches: | ||
# - 'master' | ||
schedule: | ||
- cron: '0 01 * * 2,4,6' | ||
|
||
jobs: | ||
|
||
build-images: | ||
name: EpicMorg Advanced Images | ||
runs-on: ubuntu-24.04 | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Log into registry | ||
run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin | ||
|
||
- name: Test Make | ||
run: make | ||
|
||
- name: Install requirements.txt | ||
run: make pip | ||
|
||
- name: "Build and Deploy Advanced Sentry Image:" | ||
run: cd linux/experimental/sentry/latest && pwd && make build && make deploy | ||
|
||
- name: "Build and Deploy Advanced Redash Images:" | ||
run: cd linux/experimental/redash && pwd && make sync && make patch && make build && make deploy | ||
|
||
################################################################################## | ||
|
||
- name: Cleanup | ||
run: make docker-clean | ||
|
||
################################################################################## |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "linux/advanced/redash/redash-repo"] | ||
path = linux/advanced/redash/redash-repo | ||
[submodule "linux/experimental/redash/redash-repo"] | ||
path = linux/experimental/redash/redash-repo | ||
url = https://github.com/getredash/redash.git |
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
Oops, something went wrong.