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 1a44113 commit 88498d8Copy full SHA for 88498d8
README.md
@@ -17,6 +17,8 @@ The pythonanywhere API is currently in beta state. Because of that it is possibl
17
api_token: <pythonanywhere-api-token>
18
domain_name: <pythonanywhere-web-app-domain>
19
console_id: <pythonanywhere-bash-id>
20
+ virtual_env: <python-env-which-is-you-created>
21
+ directory: <project-path-where-you-clone-repository>
22
```
23
24
## Get API token
@@ -47,6 +49,8 @@ jobs:
47
49
api_token: {{ secrets.API_TOKEN }}
48
50
domain_name: {{ secrets.DOMAIN_NAME }}
51
console_id: {{ secrets.CONSOLE_ID }}
52
+ virtual_env: {{ secrets.VIRTUAL_ENV }}
53
+ directory: {{ secrets.DIRECTORY }}
54
55
56
# License
0 commit comments