触发ci
All checks were successful
Deploy Frontend / deploy (push) Successful in 2m34s

This commit is contained in:
xujiang
2025-07-09 09:54:37 +08:00
parent 8d8409a4c6
commit 400383d5cb
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ jobs:
echo "✅ 部署完成!"
echo "📁 部署路径:~/www/photography/"
echo "🌐 访问地址http://${{ secrets.ALIYUN_IP }}"
echo "🌐 访问地址http://photography.iriver.top"
- name: Notify success
if: success()

View File

@ -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}'