testing images in posts
This commit is contained in:
parent
681838a33e
commit
083e59d6e4
@ -48,7 +48,6 @@ deploy:
|
||||
environment:
|
||||
name: Production
|
||||
url: "$Live_Server_IP"
|
||||
when: manual
|
||||
before_script:
|
||||
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y)'
|
||||
- eval $(ssh-agent -s)
|
||||
|
||||
@ -16,4 +16,4 @@ You can also have code inline like `this`.
|
||||
|
||||
## Image test
|
||||
|
||||
<img alt="My odroid MC1 and N2 cluster" src="https://gitlab.inkletblot.com/inkletblot/simple-blog-api/-/raw/master/assets/odroid-cluster-2.jpg" style="max-height: 400px;" />
|
||||
<img alt="My odroid MC1 and N2 cluster" style="max-height: 500px;" src="https://gitlab.inkletblot.com/inkletblot/simple-blog-api/-/raw/master/assets/odroid-cluster-2.jpg" />
|
||||
Reference in New Issue
Block a user