diff --git a/.github/workflows/refresh-deployment.yml b/.github/workflows/refresh-deployment.yml index a2d61a7..bf36fed 100644 --- a/.github/workflows/refresh-deployment.yml +++ b/.github/workflows/refresh-deployment.yml @@ -40,4 +40,5 @@ jobs: key: ${{ secrets.SSH_KEY }} script: | [[ -d infra-hideyoshi.com ]] && \ + cd infra-hideyoshi.com && \ ./infra-hideyoshi.com/refresh.sh ${{ env.deployments }} \ No newline at end of file