New tags
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
6a2ec9f099
commit
f5fa2af536
|
@ -45,8 +45,7 @@ steps:
|
|||
dockerfile: Dockerfile
|
||||
repo: dutchellie/proper-website-2
|
||||
tags:
|
||||
- dev
|
||||
- ${DRONE_COMMIT_SHA:0:8}
|
||||
- dev-${DRONE_COMMIT_SHA:0:8}
|
||||
depends_on:
|
||||
- build-wasm
|
||||
- build-server
|
||||
|
@ -128,8 +127,7 @@ steps:
|
|||
dockerfile: Dockerfile
|
||||
repo: dutchellie/proper-website-2
|
||||
tags:
|
||||
- latest
|
||||
- ${DRONE_COMMIT_SHA:0:8}
|
||||
- latest-${DRONE_COMMIT_SHA:0:8}
|
||||
depends_on:
|
||||
- build-wasm
|
||||
- build-server
|
||||
|
|
|
@ -360,7 +360,7 @@ div.comment-message p{
|
|||
|
||||
@media only screen and (max-width: 914px) {
|
||||
.header {
|
||||
font-size: 3em;
|
||||
font-size: 10vw;
|
||||
}
|
||||
.main {
|
||||
padding-left: 5px;
|
||||
|
|
Loading…
Reference in New Issue