Skip to content

Commit

Permalink
Updated deployment keys for CircleCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Dec 3, 2024
1 parent 67ba6ce commit fa2bdfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ aliases:
#;< !PROVISION_USE_PROFILE
# SSH key fingerprint to download the database.
# Replace this key fingerprint with your own and remove this comment.
- &db_ssh_fingerprint "56:f3:3f:51:c3:8f:b3:75:01:90:6e:26:48:e7:48:e1"
- &db_ssh_fingerprint "SHA256:6d+U5QubT0eAWz+4N2wt+WM2qx6o4cvyvQ6xILETJ84"
#;> !PROVISION_USE_PROFILE

# SSH key fingerprint to deploy code.
# Replace this key fingerprint with your own and remove this comment.
- &deploy_ssh_fingerprint "56:f3:3f:51:c3:8f:b3:75:01:90:6e:26:48:e7:48:e1"
- &deploy_ssh_fingerprint "SHA256:6d+U5QubT0eAWz+4N2wt+WM2qx6o4cvyvQ6xILETJ84"

#;< !PROVISION_USE_PROFILE
# Schedule to run nightly database build (to cache the database for the next day).
Expand Down

1 comment on commit fa2bdfb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.