Published on2025年11月20日解决 Google Antigravity 无法登陆的问题笔记教程Google Antigravity登陆时遇到两个问题,一个是登陆时浏览器回跳Antigravity后没有反应,一个是有反应后报错 "your current account is not eligible for antigravity, because it is not currently available in your location."
Published on2024年8月29日使用 GitHub Actions 自动构建和部署 Docker 镜像笔记教程这个博客是使用docker部署的,在[Docker部署nextjs项目]中有提到。为了提高效率,使用Github Actions来自动化部署。GitHub Actions 是一种强大的工具,可以创建自定义的 CI/CD 工作流,以便自动化地构建、测试和部署代码。在此记录一下如何使用 GitHub Actions 自动构建 Docker 镜像并将其部署到远程服务器。