2023-03-29T19:16:45+00:00 Deploy new site

This commit is contained in:
Circle CI 2023-03-29 19:16:45 +00:00
commit 3cc3ceba97
7 changed files with 20 additions and 13751 deletions

View file

@ -7,13 +7,13 @@ jobs:
docker:
- image: ruby:2.6.3
steps:
- add_ssh_keys:
fingerprints:
- "23:c0:43:4c:ae:5b:92:a6:5b:79:92:6b:ca:62:59:8d"
- checkout
- run:
name: Configure git user
command: |
echo "$GITHUB_SSH_KEY" | base64 --decode -i > ~/.ssh/id_rsa
ssh-add -D
ssh-add ~/.ssh/id_rsa
git config --global user.email "ci@danielrayjones.com"
git config --global user.name "Circle CI"
- run: