Skip to content

Commit 29c3e42

Browse files
committed
retrigger
1 parent cf3340c commit 29c3e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
sshpass -v -p ${{ secrets.INDEXER_DROPLET_PASSWORD }} \
165165
scp -o StrictHostKeyChecking=no \
166166
the_last_indexer/docker-compose.yml \
167-
root@${{ vars.INDEXER_DROPLET_IP }}:~
167+
root@${{ vars.INDEXER_DROPLET_IP }}:~
168168
169169
- name: Deploy indexer with environment variables
170170
uses: appleboy/ssh-action@master

0 commit comments

Comments
 (0)