parent
eac4b28745
commit
e2fc0bb0fd
@ -0,0 +1,15 @@ |
||||
pipeline: |
||||
main: |
||||
image: alpine:3 |
||||
secrets: [ ssh_key ] |
||||
commands: |
||||
- apk add --no-cache git hugo make nodejs npm openssh-client rsync yarn |
||||
- mkdir -p ~/.ssh && echo "StrictHostKeyChecking=no" >> ~/.ssh/config |
||||
- eval $(ssh-agent -s) |
||||
- echo "$SSH_KEY" | ssh-add - |
||||
- yarn install |
||||
- export PATH="node_modules/.bin:$PATH" |
||||
- make all |
||||
|
||||
when: |
||||
branch: main |
@ -1,4 +1,4 @@ |
||||
# Site |
||||
<!--Badges--> |
||||
 |
||||
|
||||
My personal website and blog. Once ready, this is set to replace my WordPress site at <https://earnestma.com>. |
||||
My personal website and blog at <https://earnestma.com>. |
||||
|
Loading…
Reference in new issue