Skip to content

Commit

Permalink
managed by Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
devopsdeepernetwork committed Oct 25, 2024
1 parent 38b63c1 commit 40436b6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/deeper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
"jobs":
"build_and_deploy":
"name": "Build and Deploy"
"secrets": "inherit"
"uses": "deeper-chain/github-actions/.github/workflows/common.yml@v2"
"with":
"dockerfile": "Dockerfile"
"name": "Deeper Network CI/CD"
"on":
"push":
"branches":
- "master"
- "dev"
"permissions": "write-all"

0 comments on commit 40436b6

Please sign in to comment.