mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
use venv when deploying
This commit is contained in:
parent
51a712d7ef
commit
e0808b7906
@ -22,6 +22,8 @@ jobs:
|
||||
name: Deploy
|
||||
command: |
|
||||
if [ $CIRCLE_BRANCH == $SOURCE_BRANCH ]; then
|
||||
source venv/bin/activate
|
||||
|
||||
git config --global user.email $GH_EMAIL
|
||||
git config --global user.name $GH_NAME
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user