We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905feca commit 3320842Copy full SHA for 3320842
1 file changed
.github/workflows/search-index-update.yml
@@ -109,7 +109,7 @@ jobs:
109
- name: copy compose file via scp
110
uses: appleboy/scp-action@v0.1.3
111
with:
112
- host: 52.201.116.245
+ host: ${{ secrets.DEPLOY_HOST }}
113
username: ${{ secrets.DEPLOY_USERNAME }}
114
port: 22
115
key: ${{ secrets.DEPLOY_KEY }}
@@ -123,7 +123,7 @@ jobs:
123
APPTOKEN: ${{ secrets.GITHUB_TOKEN }}
124
USERNAME: ${{ secrets.DEPLOY_USERNAME }}
125
126
127
128
129
0 commit comments