Skip to content

Commit

Permalink
Add cryptic secret for docs deploy key (JuliaLang#42667)
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat authored Oct 15, 2021
1 parent 9f48f42 commit b8ed1ae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .buildkite/secrets/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Ignore everything
*

# Don't ignore this `.gitignore` file
!.gitignore

# Don't ignore encrypted files
!*.encrypted

# Don't ignore public keys, that's fine to include
!*.pub
Binary file added .buildkite/secrets/ssh_docs_deploy.encrypted
Binary file not shown.
1 change: 1 addition & 0 deletions .buildkite/secrets/ssh_docs_deploy.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2HupO7+uq6NE//ZCCYS1szwDVutH8ZVtF0wjJJGmfRLzDe6l2Kcx+CY+i3k2HoxrfNlmri3RdWrfDbEruPZlWaz9HH/Hi8S8ZkyQO932dbag7u5JGKw3Mb/3x05O2QaL+0HGItUyfFMFT9NBZ1na+AH/ZPWamXR98PLh39ic1HFw2x2hacYA/4w0ylxwrojRfCqcjK/YVJUCdQ/XwsmSjs+0+rIfdVwSLbJKeHj5JYLX6CmF4zf4WzJKKDXx1k6gwaSS6oY5XOVit2I1u80cxZRiQhrMfYPKywY5+Y6gqjrGABLYSq/JJRKsgdJxs39V8O1ZjXVsGxbR+1r3F9ISH buildkite-docs-deploy

0 comments on commit b8ed1ae

Please sign in to comment.