Merge pull request #66 from HideyoshiNakazone/fixes-refresh-script
Fixes Refresh Script
This commit is contained in:
3
.github/workflows/refresh-deployment.yml
vendored
3
.github/workflows/refresh-deployment.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user