Skip to content

Commit 3320842

Browse files
authored
Update search-index-update.yml
1 parent 905feca commit 3320842

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/search-index-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: copy compose file via scp
110110
uses: appleboy/scp-action@v0.1.3
111111
with:
112-
host: 52.201.116.245
112+
host: ${{ secrets.DEPLOY_HOST }}
113113
username: ${{ secrets.DEPLOY_USERNAME }}
114114
port: 22
115115
key: ${{ secrets.DEPLOY_KEY }}
@@ -123,7 +123,7 @@ jobs:
123123
APPTOKEN: ${{ secrets.GITHUB_TOKEN }}
124124
USERNAME: ${{ secrets.DEPLOY_USERNAME }}
125125
with:
126-
host: 52.201.116.245
126+
host: ${{ secrets.DEPLOY_HOST }}
127127
username: ${{ secrets.DEPLOY_USERNAME }}
128128
key: ${{ secrets.DEPLOY_KEY }}
129129
port: 22

0 commit comments

Comments
 (0)