chore: make docker_publish_measurements target work better locally, improve daily benchmarks workflow

This commit is contained in:
Umut
2021-09-16 10:41:03 +03:00
parent 25fafcd4f4
commit 407e57c384
2 changed files with 2 additions and 1 deletions

View File

@@ -41,7 +41,9 @@ jobs:
key: ${{ secrets.BENCHMARKS_EC2_SSH_KEY }}
script: |
cd ~/concretefhe-internal
git pull
make docker_publish_measurements
docker system prune -f
- name: Write SSH Key To A File
run: echo "$SSH_KEY" > ~/ssh-key && chmod 400 ~/ssh-key