Merge pull request #66 from HideyoshiNakazone/fixes-refresh-script

Fixes Refresh Script
This commit is contained in:
2023-12-30 02:51:08 -03:00
committed by GitHub

View File

@@ -25,7 +25,8 @@ jobs:
key: ${{ secrets.SSH_KEY }} key: ${{ secrets.SSH_KEY }}
script: | script: |
[[ -d infra-hideyoshi.com ]] && \ [[ -d infra-hideyoshi.com ]] && \
./infra-hideyoshi.com/refresh.sh cd infra-hideyoshi.com && \
./refresh.sh
- name: Executing Remote Commands - Refresh Specific Deployments - name: Executing Remote Commands - Refresh Specific Deployments
env: env: