From 085e492a0eec8f5a03f79e3da728d658c4d7e2be Mon Sep 17 00:00:00 2001 From: Jesse Date: Wed, 26 Jul 2023 13:38:43 +0800 Subject: [PATCH] Fix pull aws_stage bug --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 174b897..373aa54 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -23,6 +23,6 @@ jobs: key: ${{ secrets.EC2_SSH_KEY }} script: | cd ${{ secrets.TARGET_DIR }} - sudo git pull aws_stage + sudo git pull origin aws_stage sudo git reset --hard origin/aws_stage sudo pm2 restart ptwa_npo_prod_run \ No newline at end of file