fixes port
Build / Build & push landing (push) Successful in 16s
Build / Deploy to prod (push) Successful in 11s
Build / Notify Max (push) Successful in 1s

This commit is contained in:
2026-06-15 14:05:18 +07:00
parent e15146af60
commit 179744d8b3
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ REPO ?= spacesh
# ---- Prod deploy (SSH) ----
SSH_HOST ?= 192.168.8.5
SSH_USER ?= deploy
SSH_REMOTE_DIR ?= /opt/spacesh
SSH_USER ?= root
SSH_REMOTE_DIR ?= /srv/spaceshell
SSH_KEY ?= $(HOME)/.ssh/id_rsa
SSH_OPTS := -i $(SSH_KEY) -o StrictHostKeyChecking=accept-new
+2 -2
View File
@@ -14,8 +14,8 @@ services:
restart: unless-stopped
depends_on:
- landing
ports:
- "80:80"
expose:
- "80"
volumes:
- ./proxy.conf:/etc/nginx/conf.d/default.conf:ro
- ./download:/srv/download:ro
+1 -1
View File
@@ -1 +1 @@
0.1.1
0.1.2
+3 -3
View File
@@ -820,7 +820,7 @@
<a href="#cli">CLI</a>
<a href="https://github.com/spacesh" target="_blank" rel="noopener">GitHub</a>
</nav>
<a href="#download" class="btn btn-primary">Скачать для macOS</a>
<a href="https://spaceshell.ru/download/spacesh.dmg" download class="btn btn-primary">Скачать для macOS</a>
<button class="mobile-nav-toggle" aria-label="Меню"></button>
</div>
</div>
@@ -840,7 +840,7 @@
Закрыл окно, обновил приложение, словил краш — агенты продолжают работать.
</p>
<div class="hero-buttons">
<a href="#download" class="btn btn-primary btn-large">
<a href="https://spaceshell.ru/download/spacesh.dmg" download class="btn btn-primary btn-large">
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor">
<path d="M8 0a8 8 0 100 16A8 8 0 008 0zm3.5 9l-3 3a.7.7 0 01-1 0l-3-3a.7.7 0 011-1L7 9.5V4a1 1 0 012 0v5.5L10.5 8a.7.7 0 011 1z"/>
</svg>
@@ -1098,7 +1098,7 @@
<div class="container">
<h2 class="cta-title reveal">Готов гонять агентов пачками?</h2>
<div class="cta-buttons reveal">
<a href="/download/spacesh.dmg" class="btn btn-primary btn-large">
<a href="https://spaceshell.ru/download/spacesh.dmg" download class="btn btn-primary btn-large">
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor">
<path d="M8 0a8 8 0 100 16A8 8 0 008 0zm3.5 9l-3 3a.7.7 0 01-1 0l-3-3a.7.7 0 011-1L7 9.5V4a1 1 0 012 0v5.5L10.5 8a.7.7 0 011 1z"/>
</svg>