Skip to content

Commit

Permalink
Corrige CI com deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuspdf committed Jun 11, 2024
1 parent 9d452ac commit aa68cec
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN pipenv install --deploy --system
COPY . /code

ENV SECRET_KEY "yUmJW4nXzm3ecLpS4S7Dc7jPaje16aWMrOo1UxMJGcLsbkC00o"
RUN python manage.py collectstatic --noinput
# RUN python manage.py collectstatic --noinput

EXPOSE 8000

Expand Down
2 changes: 1 addition & 1 deletion eventex/core/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ section header h2 {
}

.countdown h1 {
font-family: "Economica";
font-family: "Tiny5", sans-serif;
font-size: 60px;
font-weight: 300;
line-height: 60px;
Expand Down
Binary file added eventex/core/static/fonts/Tiny5-Regular.ttf
Binary file not shown.
18 changes: 12 additions & 6 deletions eventex/core/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,19 @@
<link rel="shortcut icon" href="{% static 'img/favicon.ico' %}">

<!-- CSS -->
<link href='https://fonts.googleapis.com/css?family=Economica:400,700' rel='stylesheet' type='text/css'>
<!-- <style>-->
<!-- @import url('{% static 'fonts/Economica-Regular.ttf' %}');-->

<!-- <style>-->
<!-- @import url('{% static 'fonts/Tiny5-Regular.ttf' %}');-->
<!-- </style>-->
<link rel="stylesheet" href="{% static 'css/font-awesome.min.css' %}">
<link rel="stylesheet" href="{% static 'css/basalstyle/style.min.css' %}">
<link rel="stylesheet" href="{% static 'css/main.css' %}">
<!-- <link href='https://fonts.googleapis.com/css?family=Economica:400,700' rel='stylesheet' type='text/css'>-->
<!-- <link rel="stylesheet" href="{% static 'css/font-awesome.min.css' %}">-->
<!-- <link rel="stylesheet" href="{% static 'css/basalstyle/style.min.css' %}">-->
<!-- <link rel="stylesheet" href="{% static 'css/main.css' %}">-->

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Tiny5&display=swap" rel="stylesheet">

</head>

<body>
Expand Down

0 comments on commit aa68cec

Please sign in to comment.