Compare commits
2 Commits
40515700d1
...
6741f8cac2
Author | SHA1 | Date | |
---|---|---|---|
6741f8cac2 | |||
0365832e40 |
@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
Build Master:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [ubuntu-latest,arm]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@ -34,7 +34,7 @@ jobs:
|
||||
docker push git.woodburn.au/nathanwoodburn/hnshosting-master:release
|
||||
|
||||
Build Bot:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [ubuntu-latest,arm]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
@ -562,7 +562,10 @@ def success():
|
||||
return render_template('success.html')
|
||||
|
||||
|
||||
|
||||
@app.route('/site-count')
|
||||
def site_count_route():
|
||||
return str(get_sites_count())
|
||||
|
||||
|
||||
|
||||
# Admin page
|
||||
|
Loading…
Reference in New Issue
Block a user