diff --git a/.gitea/workflows/deploy-frontend.yml b/.gitea/workflows/deploy-frontend.yml index 10c3ca2..7a6cc28 100644 --- a/.gitea/workflows/deploy-frontend.yml +++ b/.gitea/workflows/deploy-frontend.yml @@ -65,7 +65,7 @@ jobs: echo "✅ 部署完成!" echo "📁 部署路径:~/www/photography/" - echo "🌐 访问地址:http://${{ secrets.ALIYUN_IP }}" + echo "🌐 访问地址:http://photography.iriver.top" - name: Notify success if: success() diff --git a/frontend/Makefile b/frontend/Makefile index 04356b2..3cb58fd 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -13,7 +13,7 @@ BUILD_DIR = .next # 帮助信息 help: ## 显示帮助信息 - @echo "$(PROJECT_NAME) - 摄影作品集前端项目 " + @echo "$(PROJECT_NAME) - 摄影作品集前端项目" @echo "" @echo "可用命令:" @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[36m%-15s\033[0m %s\n", $$1, $$2}'