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