Skip to content

Commit

Permalink
Fix circleci deployment. (#904)
Browse files Browse the repository at this point in the history
Tested this version before, to make sure it does not fail again.
  • Loading branch information
abandoned-prototype authored Feb 6, 2023
1 parent 1da5aa2 commit ec35603
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ steps:
libharfbuzz-dev libfribidi-dev libxcb1-dev
virtualenv --python=python3 .venv
source .venv/bin/activate
pip3 install -r requirements.txt
pip3 install -r dev-requirements.txt
pip3 install Fabric3==1.14.post1
- &add_ssh_keys
add_ssh_keys:
Expand Down Expand Up @@ -47,7 +46,7 @@ steps:
jobs:
staging_backup_and_deploy:
machine:
image: ubuntu-2204:2022.10.2
image: ubuntu-2004:202010-01
steps:
- checkout
- *setup_dependencies
Expand All @@ -69,7 +68,7 @@ jobs:
production_deploy:
machine:
image: ubuntu-2204:2022.10.2
image: ubuntu-2004:202010-01
steps:
- checkout
- *setup_dependencies
Expand Down Expand Up @@ -97,7 +96,8 @@ workflows:
- staging_backup_and_deploy:
filters:
branches:
only: develop
only:
- develop
production_cd:
jobs:
- production_deploy:
Expand Down

0 comments on commit ec35603

Please sign in to comment.