Skip to content

Commit

Permalink
Merge pull request #13 from xima-media/optimize-needs
Browse files Browse the repository at this point in the history
feat: enable FF_USE_FASTZIP for faster compression/depression
  • Loading branch information
maikschneider authored Sep 12, 2024
2 parents ef5a5fd + 9d29857 commit 39b38e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .deploy-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@
- chmod 644 ~/.ssh/known_hosts
- echo -e "Host *\n\tStrictHostKeyChecking yes\n\tUserKnownHostsFile=~/.ssh/known_hosts\n\n" > ~/.ssh/config
- BRANCH_ID=${CI_COMMIT_BRANCH%%_*}
- BASE_BRANCH_ID=${BASE_BRANCH%%_*}
- BASE_BRANCH_ID=${BASE_BRANCH%%_*}

variables:
FF_USE_FASTZIP: true

0 comments on commit 39b38e3

Please sign in to comment.