Compare commits

...

2 Commits

Author SHA1 Message Date
simon 23c4a36737
fix docker compose deploy command 2022-10-21 12:11:03 +07:00
simon 9e58da06e4
fix umami script url 2022-10-21 12:10:46 +07:00
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ function sync_docker {
web "$remote_host":docker/
ssh "$remote_host" 'docker build -t bbilly1/lpb-air:latest docker/web'
ssh "$remote_host" 'docker-compose -f docker/docker-compose.yml up -d'
ssh "$remote_host" 'docker compose -f docker/docker-compose.yml up -d'
}

View File

@ -13,7 +13,7 @@
<script src="{{ url_for('static', filename='js/aqi.js') }}"></script>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/style.css') }}">
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/lightbox.css') }}">
<script async defer data-website-id="903006c2-afce-40ff-8ba3-20041de11e92" src="https://www.stats.lpb-air.com/umami.js"></script>
<script async defer data-website-id="903006c2-afce-40ff-8ba3-20041de11e92" src="https://stats.lpb-air.com/umami.js"></script>
</head>
<body>
<div class="preload">