Merge pull request #69 from HideyoshiNakazone/staging

Staging - Fixes Refresh Script
This commit is contained in:
2023-12-30 06:17:29 -03:00
committed by GitHub

View File

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