拉取部署、github actions 和 ssh 密钥
作者:chilly_maximus 提问时间:1/17/2022
比方说,我想使用 GitHub 操作和拉取策略来设置我的部署过程。 所以我有一个 Ubuntu 服务器,我复制服务器的公钥 ssh 密钥,将其添加到我的 GitHub 帐户,然后我可以从 Ubunt...
github-操作 问答列表
作者:chilly_maximus 提问时间:1/17/2022
比方说,我想使用 GitHub 操作和拉取策略来设置我的部署过程。 所以我有一个 Ubuntu 服务器,我复制服务器的公钥 ssh 密钥,将其添加到我的 GitHub 帐户,然后我可以从 Ubunt...
作者:Sybuser 提问时间:10/2/2022
我在 Github Action 工作流文件中使用以下代码: await github.rest.git.createRef({ owner: context.repo.owner, repo...
作者:JCMcRae 提问时间:10/17/2023
我正在尝试在 GitHub Actions 中为 CI 设置一个 Rails 应用程序,该应用程序使用 MySQL 进行持久性。我的样子是这样的:main.yml name: CI on: pu...
作者:Sadroop G Prasad 提问时间:11/17/2023
已关闭。这个问题需要更加集中。它目前不接受答案。 想改进这个问题吗?更新问题,使其仅通过编辑这篇文章来关注一个问题。 22小时前关闭。 改进此问题 我有一个 Gatsby-React-Fire...
作者:user2700022 提问时间:11/17/2023
我有一个名为 .我的回购结构如下:maven-workflow.yaml ├───app2 │ └───index ├───src │ └───main └───app1 | └───index |...
作者:HorusLiang 提问时间:11/17/2023
我已经在 AWS EC2 实例中部署了我的 API(使用 aws ec2 实例作为 GitHub 操作运行器),但我遇到了一个尴尬的问题,例如: 成功部署后,一切正常,我使用 EC2 Instanc...