We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3340c commit 29c3e42Copy full SHA for 29c3e42
.github/workflows/prod.yml
@@ -164,7 +164,7 @@ jobs:
164
sshpass -v -p ${{ secrets.INDEXER_DROPLET_PASSWORD }} \
165
scp -o StrictHostKeyChecking=no \
166
the_last_indexer/docker-compose.yml \
167
- root@${{ vars.INDEXER_DROPLET_IP }}:~
+ root@${{ vars.INDEXER_DROPLET_IP }}:~
168
169
- name: Deploy indexer with environment variables
170
uses: appleboy/ssh-action@master
0 commit comments