You've already forked pypi-proxy
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7675c2138e | |||
| c150a09f92 |
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -38,6 +38,7 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
url: '${{ vars.NTFY_URL }}'
|
url: '${{ vars.NTFY_URL }}'
|
||||||
|
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_TOKEN }}" }'
|
||||||
topic: 'ci-status'
|
topic: 'ci-status'
|
||||||
priority: 4
|
priority: 4
|
||||||
tags: +1,partying_face,action,successfully,completed
|
tags: +1,partying_face,action,successfully,completed
|
||||||
@@ -50,6 +51,7 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
url: '${{ vars.NTFY_URL }}'
|
url: '${{ vars.NTFY_URL }}'
|
||||||
|
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_TOKEN }}" }'
|
||||||
topic: 'ci-status'
|
topic: 'ci-status'
|
||||||
priority: 5
|
priority: 5
|
||||||
tags: +1,partying_face,action,failed
|
tags: +1,partying_face,action,failed
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ fi
|
|||||||
|
|
||||||
sed -i -e "s|%%PYPI_FILES_HOSTNAME%%|${PYPI_FILES_HOSTNAME}|g" \
|
sed -i -e "s|%%PYPI_FILES_HOSTNAME%%|${PYPI_FILES_HOSTNAME}|g" \
|
||||||
-e "s|%%PYPI_HOSTNAME%%|${PYPI_HOSTNAME}|g" \
|
-e "s|%%PYPI_HOSTNAME%%|${PYPI_HOSTNAME}|g" \
|
||||||
|
-e "s|%%TRANSPORT_SCHEME%%|${TRANSPORT_SCHEME}|g" \
|
||||||
/etc/nginx/nginx.conf
|
/etc/nginx/nginx.conf
|
||||||
|
|
||||||
if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
|
if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user