@@ -21,13 +21,3 @@ jobs:
|
||||
run: |
|
||||
docker build -t git.ada-dev.ru/${{ gitea.repository }}:latest .
|
||||
docker push git.ada-dev.ru/${{ gitea.repository }}:latest
|
||||
|
||||
- name: Deploy container
|
||||
run: |
|
||||
docker stop ada-dev-ru 2>/dev/null || true
|
||||
docker rm ada-dev-ru 2>/dev/null || true
|
||||
docker run -d \
|
||||
--name ada-dev-ru \
|
||||
--restart unless-stopped \
|
||||
-p 8081:80 \
|
||||
git.ada-dev.ru/${{ gitea.repository }}:latest
|
||||
|
||||
@@ -10,6 +10,11 @@ enableRobotsTXT = true
|
||||
showBackToTopButton = true
|
||||
|
||||
customHeadHTML = """
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
|
||||
<style>
|
||||
.home-nav {
|
||||
display: flex;
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
Reference in New Issue
Block a user