diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c47ac54..b1d2d9d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,5 +20,5 @@ jobs: cd ${{ secrets.PATH_TO_REPO }} git fetch --all git reset --hard origin/production - make init - make run + task init + task run