deployed
This commit is contained in:
parent
7d2945e0e9
commit
a3ed6b95ab
|
@ -1,4 +1,4 @@
|
|||
git add -A
|
||||
git commit -m 'deployed'
|
||||
git push origin HEAD
|
||||
ssh root@rose-ash.com -t 'cd web-site/themes/edition && git checkout shop-fix-3 && git pull && cd ../.. && . ./.env && sh deploy.sh'
|
||||
ssh root@rose-ash.com -t 'cd web-site/themes/edition && git checkout shop-fix-3 && git pull && cd ../.. && . ./.env && docker service scale rose-ash_ghost=0 && docker service scale rose-ash_ghost=1'
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<script src="shop/static/preserve-htmx.js"></script>
|
||||
<script src="shop/static/ws.js"></script>
|
||||
<script
|
||||
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
|
||||
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
|
||||
|
@ -14,11 +13,6 @@
|
|||
crossorigin="anonymous"
|
||||
>
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3">
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.2/css/fontawesome.min.css"
|
||||
integrity="sha384-BY+fdrpOd3gfeRvTSMT+VUZmA728cfF9Z2G42xpaRkUGu2i3DyzpTURDo5A6CaLK" crossorigin="anonymous">
|
||||
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="https://gateway.sumup.com/gateway/ecom/card/v2/sdk.js"
|
||||
|
|
Loading…
Reference in New Issue