This commit is contained in:
Leandro Facchinetti 2020-03-19 19:27:30 -04:00
parent f2926f64b7
commit 03f3b7ffdb
1 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,6 @@ function execInFolder(command: string): void {
exec(`cd www.kill-the-newsletter.com && ${command}`); exec(`cd www.kill-the-newsletter.com && ${command}`);
} }
// - run: | // - run: |
// mkdir ~/.ssh // mkdir ~/.ssh
// echo "${{ secrets.SECRET_PRIVATE_DEPLOY_KEY }}" > ~/.ssh/id_rsa // echo "${{ secrets.SECRET_PRIVATE_DEPLOY_KEY }}" > ~/.ssh/id_rsa
@ -67,7 +66,7 @@ function execInFolder(command: string): void {
// root 'systemctl stop server caddy exim || true' // root 'systemctl stop server caddy exim || true'
// user_with_environment "git pull origin master" // user_with_environment "git pull origin master"
// user_with_environment "brew bundle || true" // user_with_environment "brew bundle || true"
// user_with_environment "bundle install" // user_with_environment "bundle install"