iT邦幫忙

github actions相關文章
共有 62 則文章

技術 鄉民篇-Github actions bash: npm: command not found when on ssh

前言 我想用GitHub actions去做CI/CD,主要做的事情很簡單,只有gut push和npm install,但卻不盡人意,在actions讀取到執...

技術 Github Actions SSH CD

前言 讓遠端伺服器( ex: GCE)在本機修改 push 上 github 後,可以自動 git pull 更新。 本篇實作皆參考官方文件 步驟 1. 建立...