ci: build workflow - deploy to legacy sandbox (wip)
This commit is contained in:
parent
94fad6edd4
commit
2590ab226c
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -512,6 +512,7 @@ jobs:
|
|||
run: |
|
||||
echo "Copying settings from previous deploy..."
|
||||
cp ../web/ietf/settings_local.py ietf/
|
||||
rsync -a ../web/test/ test/
|
||||
echo "Installing Python dependencies..."
|
||||
python3.9 -mvenv env
|
||||
source env/bin/activate
|
||||
|
|
Loading…
Reference in a new issue