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