diff --git a/.github/workflows/github-actions-ec2.yml b/.github/workflows/github-actions-ec2.yml index cb11ce1..cc076fe 100644 --- a/.github/workflows/github-actions-ec2.yml +++ b/.github/workflows/github-actions-ec2.yml @@ -22,10 +22,7 @@ jobs: username: ${{ secrets.USERNAME }} key: ${{ secrets.EC2_SSH_KEY }} script: | - cd ~/oktopus/frontend - git pull origin main - yarn install - yarn build - pm2 restart oktopus + whoami + ls -al