-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Generate RSS | ||
|
||
on: | ||
push: | ||
branches: [ master ] | ||
|
||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Generate RSS | ||
uses: opensource-f2f/open-podcasts@master | ||
with: | ||
server: https://github.com/opensource-f2f/devops-talk/ | ||
- name: Update | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "rick" | ||
git add . | ||
git commit -m "Auto commit by rick's bot, ci skip" | ||
git push https://linuxsuren:${{ secrets.GH_SECRETS }}@github.com/opensource-f2f/devops-talk.git HEAD:master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.rss |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
title: DevOps 的内涵与外延 | ||
description: | | ||
* 00:20 小马哥自我介绍 | ||
* 01:25 DevOps 涉及到哪些工作岗位p | ||
* 06:51 小马哥的 DevOps 从业经历 | ||
* 18:10 今天要“发版”的潜台词就是要加班、熬夜了 | ||
* 21:38 只有用户在用的功能才是有价值的 | ||
* 40:03 聊聊配置管理岗位 | ||
* 46:04 Git 的流行对 DevOps 的推广有很大的帮助作用 | ||
* 49:29 从事 DevOps 领域相关的工作,需要哪些技能呢 | ||
* 57:36 可能有人以为 Jenkins 还需要破解 | ||
* 67:26 如何在开源社区中提问 | ||
index: 1 | ||
filename: "001.mp3" | ||
localStorage: github-release |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
title: DevOps Talk | ||
description: 用声音传递 DevOps 业内信息 | ||
author: Rick | ||
contact: [email protected] | ||
image: "https://avatars.githubusercontent.com/u/1450685" | ||
categories: | ||
- Technology | ||
localStorage: github-release |