ci: build workflow - deploy to legacy sandbox (wip)

This commit is contained in:
Nicolas Giard 2023-05-11 16:35:27 -04:00 committed by GitHub
parent 94fad6edd4
commit 2590ab226c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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