Skip to content

Commit

Permalink
Try to recover
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Jan 21, 2025
1 parent af3cb23 commit eee5312
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/recovery.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: recovery
on: [push]
jobs:
recovery:
runs-on: [ubuntu-latest]
steps:
- name: write files
run: |-
mkdir keys
echo ${SPACK_DEPLOYMENT_KEY_PUB} > keys/spack_key.pub
echo ${SPACK_DEPLOYMENT_KEY_PRIVATE} > keys/spack_key
aws s3 cp --recursive keys s3://${BUCKET}/

0 comments on commit eee5312

Please sign in to comment.