原文:Github Actions 还能做这些事

前言 最近公司内部项目的发布流程接入了 GitHub Actions,整个体验过程还是比较美好的 本文主要目的是对于没有还接触过 GitHub Actions的新手,能够利用它快速构建自动测试及打包推送 Docker 镜像等自动化流程。 创建项目 本文主要以 Go 语言为例,当然其他语言也是类似的,与语言本身关系不大。 这里我们首先在 GitHub 上创建一个项目,编写了几段简单的代码 main ...

2021-03-29 09:46 3 314 推荐指数:

查看详情

GitHub Actions & GitHub Secrets

GitHub Actions & GitHub Secrets tokens & private variable GitHub Secrets https://github.com/xgqfrms/dart-library-package/settings ...

Tue Sep 08 20:39:00 CST 2020 4 543
除了Web和Node,JavaScript还能做什么

前言 提起JavaScript,我们也许经常会想到的是,可以用来写Web页面嘛,又或者,会想起Node.js 这个服务端环境,搞前后端同构。 那么,除此之外, JavaSc ...

Tue Oct 08 16:47:00 CST 2019 0 786
游戏引擎除了开发游戏还能做什么?

近几年,国内游戏市场有了爆发性的增长,随着电竞手游层出不穷、职业玩家不断壮大,游戏开发和 “Unity&虚幻引擎”成为很多人茶余饭后讨论的话题,越来越多年轻人想要学会这项技能,进而步入游戏行业。 那么问题来了,游戏引擎除了开发游戏还能做什么呢?学会“Unity&虚幻引擎”可以选择 ...

Fri Aug 13 22:36:00 CST 2021 0 108
GitHub Actions in Action

GitHub Actions in Action https://lab.github.com/githubtraining/github-actions:-hello-world https://github.com/xgqfrms/hello-github-actions/issues ...

Sat May 02 22:40:00 CST 2020 19 312
Github Actions All In One

Github Actions All In One https://github.com/features/actions https://github.com/marketplace?type=actions https://docs.github.com/en/developers ...

Mon Sep 07 20:30:00 CST 2020 8 233
GitHub Actions 的使用

自动部署:GitHub Actions 阮一峰关于 GitHub Actions 的教程: http://www.ruanyifeng.com/blog/2019/09/getting-started-with-github-actions.html 注意:因为部署插件不断更新需要根据新 ...

Mon Oct 11 19:02:00 CST 2021 2 771
GitHub Actions入门

一、一些概念 持续集成(Continuous integration) 频繁地向一个共享仓库提交少量代码变更的软件开发实践。 使用 GitHub Actions,可以创建自定义的 CI 工作流,以自动构建并测试你的代码。 从你的仓库中,你可以查看代码变更的状态和工作流中每个操作的详细日志 ...

Thu Feb 06 05:49:00 CST 2020 0 3118
GitHub Actions 支持 "skip ci" 了

GitHub Actions 支持 "skip ci" 了 Intro GitHub Actions 作为 GitHub 官方的 CI 支持,很多开源项目已经在使用 Actions 来做项目的 CI 了,但是一直以来有一个痛点,就是不支持跳过 CI,其他的 CI 大多都可以通过在 commit ...

Wed Feb 10 09:08:00 CST 2021 0 331
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM