We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ab4e7 commit e95c1a2Copy full SHA for e95c1a2
.github/workflows/pythonanywhere.yml
@@ -21,4 +21,11 @@ jobs:
21
-d '{"input": "git pull origin master\n"}' \
22
-H "Content-Type: application/json"
23
24
+ - name: Reload PythonAnywhere Web App
25
+ run: |
26
+ curl -s -X POST \
27
+ "https://www.pythonanywhere.com/api/v0/user/${{ secrets.PA_USERNAME }}/webapps/${{ secrets.PA_USERNAME }}.pythonanywhere.com/reload/"
28
+ -H "Authorization: Token ${{ secrets.PA_API_TOKEN }}" \
29
+
30
31
0 commit comments