Fixes Per Deployment Refresh

This commit is contained in:
2024-02-16 01:37:52 -03:00
parent f901821876
commit b0d81f86b6
2 changed files with 2 additions and 2 deletions

View File

@@ -41,4 +41,4 @@ jobs:
script: |
[[ -d infra-hideyoshi.com ]] && \
cd infra-hideyoshi.com && \
./infra-hideyoshi.com/refresh.sh ${{ env.deployments }}
./refresh.sh ${{ env.deployments }}