Skip to content

Commit

Permalink
push to cloud.gov
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed Feb 26, 2024
1 parent 369b124 commit 15e54ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
15 changes: 5 additions & 10 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
---
# To apply this manifest: cf push --vars-file vars.yml
applications:
- name: ((app_name))
- name: datagov-harvesting-logic
buildpacks:
- python_buildpack
routes:
- route: ((app_name)).app.cloud.gov
health-check-type: http
health-check-http-endpoint: /
health-check-invocation-timeout: 60
instances: 1
disk_quota: 2G
memory: 200M
command: python3 main.py $PORT
no-route: true
instances: 0
command: sleep infinity
health-check-type: process
4 changes: 0 additions & 4 deletions requirements.txt

This file was deleted.

1 comment on commit 15e54ff

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
harvester
   __init__.py00100% 
   ckan_utils.py4222 95%
   harvest.py4116767 84%
   utils.py4377 84%
TOTAL4967685% 

Tests Skipped Failures Errors Time
22 0 💤 0 ❌ 0 🔥 2.467s ⏱️

Please sign in to comment.