Skip to content

Commit

Permalink
Change repo for owner transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor committed Dec 15, 2023
1 parent 81dcfac commit 4469ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ A docker container is automatically built and pushed to GCHR when changes are ma
-e FILEVIEW={fileview_synid} \
-e WEBHOOK={slack_webhook_url} \
-e SYNAPSE_AUTH_TOKEN={synapse_auth_token} \
ghcr.io/adamjtaylor/htan-monitor:latest
ghcr.io/ncihtan/htan-monitor:latest
```

### AWS Scheduled Job

Set up an AWS Scheduled Job with the following parameters

1. Image: `ghcr.io/adamjtaylor/htan-monitor:latest`
1. Image: `ghcr.io/ncihtan/htan-monitor:latest`
2. Command: `python ./monitor.py ${FILEVIEW} ${WEBHOOK}`
3. Secrets: `SYNAPSE_AUTH_TOKEN={synapse_auth_token}`
4. EnvVars: `FILEVIEW={fileview_synid},WEBHOOK={slack_webhook_url}`
Expand Down

0 comments on commit 4469ece

Please sign in to comment.