Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Feb 22, 2024
0 parents commit 9db9956
Show file tree
Hide file tree
Showing 13 changed files with 1,443 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build and Deploy blackbox-hd Workflow
on:
push:
branches:
- main
- prod
tags:
- v*
jobs:
build:
uses: NaturalSelectionLabs/Daedalus/.github/workflows/docker-tpl.yaml@main
with:
images: rss3/blackbox-hd
context: .
dockerfile: ./Dockerfile
secrets: inherit
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target

0 comments on commit 9db9956

Please sign in to comment.