mirror of
https://github.com/offen/website.git
synced 2024-11-22 01:00:26 +01:00
fix working directory when executing migration
This commit is contained in:
parent
6461b2cbbf
commit
efb8676c8e
@ -308,6 +308,7 @@ jobs:
|
|||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Migrate `server` database
|
name: Migrate `server` database
|
||||||
|
working_directory: ~/offen/server
|
||||||
command: |
|
command: |
|
||||||
sudo apt-get update && sudo apt-get install -qq -y python-pip libpython-dev
|
sudo apt-get update && sudo apt-get install -qq -y python-pip libpython-dev
|
||||||
curl -O https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
|
curl -O https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
|
||||||
|
Loading…
Reference in New Issue
Block a user