fix: reverted a style change and fixed a deploy issue

pull/9/head
parent 233dbe96e1
commit e173ec02a4

@ -29,7 +29,7 @@ steps:
commands:
- docker build --build-arg BASE_URL="$BASE_URL" -t problemi .
- docker rm -f problemi
- docker run -v /var/lib/problemi:/app/data.local -e DATABASE_PATH -e OAUTH_CLIENT_ID -e OAUTH_CLIENT_SECRET -e OAUTH_AUTH_URL -e OAUTH_TOKEN_HOST -e OAUTH_TOKEN_PATH -e OAUTH_REDIRECT_URL -e OAUTH_USER_INFO_URL -e OAUTH_SCOPES -d -p 127.240.211.76:1112:3000 --restart always --name problemi problemi
- docker run -v /var/lib/problemi:/app/data.local -e BASE_URL -e DATABASE_PATH -e OAUTH_CLIENT_ID -e OAUTH_CLIENT_SECRET -e OAUTH_AUTH_URL -e OAUTH_TOKEN_HOST -e OAUTH_TOKEN_PATH -e OAUTH_REDIRECT_URL -e OAUTH_USER_INFO_URL -e OAUTH_SCOPES -d -p 127.240.211.76:1112:3000 --restart always --name problemi problemi
trigger:
branch:

@ -239,10 +239,6 @@ hr {
overflow-x: auto;
}
.math.math-inline {
display: inline-grid;
}
@media screen and (min-width: $device-m-width) {
.math {
max-width: 100%;

Loading…
Cancel
Save