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
on: | |
pull_request: | |
types: [closed] | |
branches: | |
- master | |
jobs: | |
docker: | |
runs-on: ubuntu-latest | |
if: github.event.pull_request.merged | |
steps: |
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
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: bewitched-occasional-harpyeagle | |
--- | |
apiVersion: v1 | |
kind: Service | |
metadata: | |
labels: | |
repo: bewitched-occasional-harpyeagle |
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
apiVersion: v1 | |
items: | |
- apiVersion: v1 | |
kind: Pod | |
labels: | |
repo: bewitched-occasional-harpyeagle | |
name: bewitched-occasional-harpyeagle-REDACTED | |
namespace: bewitched-occasional-harpyeagle | |
spec: | |
containers: [92/124] |
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
#config | |
minProf= .001 #min profit for alert in BTC/Day | |
slowAlertTimer = 300 #min time for slow alert in seconds | |
offTimer = 0 #min time of off alert in seconds | |
btcAddress = "address goes here" #niceHash BTC address to monitor | |
iftttKey = "key goes here" #key from IFTTT Maker applet |