From ce5dc9386bdc70e88aaf0b3fdab7595bf38fb7b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Ant=C3=B4nio=20Farias=20Machado?= <83298718+leandrofars@users.noreply.github.com> Date: Mon, 15 May 2023 13:55:55 +0000 Subject: [PATCH] fix(devops): pull from main branch, not master --- .github/workflows/github-actions-ec2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-ec2.yml b/.github/workflows/github-actions-ec2.yml index 439c1ab..b534dd1 100644 --- a/.github/workflows/github-actions-ec2.yml +++ b/.github/workflows/github-actions-ec2.yml @@ -23,7 +23,7 @@ jobs: key: ${{ secrets.EC2_SSH_KEY }} script: | cd ~/oktopus/frontend - git pull origin master + git pull origin main yarn install && yarn build && pm2 restart oktopus