This commit is contained in:
parent
5190131ec8
commit
bef33b6c0e
|
@ -28,9 +28,9 @@ steps:
|
|||
from_secret: ssh_key
|
||||
commands:
|
||||
- mkdir $HOME/.ssh
|
||||
- echo "$$SSH_KEY" > $HOME/.ssh/id_ed25519
|
||||
- chmod 600 $HOME/.ssh/id_ed25519
|
||||
- scp -o "StrictHostKeyChecking no" -P $$SSH_PORT -r /data/public $$SSH_USER@$$SSH_HOST:docker/nginx/website
|
||||
- echo "$${SSH_KEY}" > ${HOME}/.ssh/id_ed25519
|
||||
- chmod 600 ${HOME}/.ssh/id_ed25519
|
||||
- scp -o "StrictHostKeyChecking no" -P $${SSH_PORT} -r /data/public $${SSH_USER}@$${SSH_HOST}:docker/nginx/website
|
||||
|
||||
volumes:
|
||||
- name: data
|
||||
|
|
|
@ -4,8 +4,6 @@ title: "About me"
|
|||
|
||||
# Overview
|
||||
|
||||
THIS IS A TEST
|
||||
|
||||
My name is Sam Al-Sapti. I'm a 4th semester Software Development BSc
|
||||
student at the IT-University of Copenhagen. My main interests are IT
|
||||
security, cryptography, DevOps and distributed systems. I'm also an
|
||||
|
|
Loading…
Reference in a new issue