mirror of
https://github.com/offen/website.git
synced 2024-11-21 16:50:27 +01:00
fix working directory when executing migration
This commit is contained in:
parent
6461b2cbbf
commit
efb8676c8e
@ -308,6 +308,7 @@ jobs:
|
||||
|
||||
- run:
|
||||
name: Migrate `server` database
|
||||
working_directory: ~/offen/server
|
||||
command: |
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user