Skip to content

Commit 88498d8

Browse files
committed
Update readme
1 parent 1a44113 commit 88498d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ The pythonanywhere API is currently in beta state. Because of that it is possibl
1717
api_token: <pythonanywhere-api-token>
1818
domain_name: <pythonanywhere-web-app-domain>
1919
console_id: <pythonanywhere-bash-id>
20+
virtual_env: <python-env-which-is-you-created>
21+
directory: <project-path-where-you-clone-repository>
2022
```
2123
2224
## Get API token
@@ -47,6 +49,8 @@ jobs:
4749
api_token: {{ secrets.API_TOKEN }}
4850
domain_name: {{ secrets.DOMAIN_NAME }}
4951
console_id: {{ secrets.CONSOLE_ID }}
52+
virtual_env: {{ secrets.VIRTUAL_ENV }}
53+
directory: {{ secrets.DIRECTORY }}
5054
```
5155
5256
# License

0 commit comments

Comments
 (0)