Skip to content

Commit

Permalink
debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yourmoonlight committed Oct 27, 2023
1 parent d2e6c1e commit 00a75f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
run: |
echo "$PRIVATE_KEY" > private_key.pem
chmod 600 private_key.pem
ssh -o StrictHostKeyChecking=no -i private_key.pem $USER@$HOST "echo "Start cleaning the data." && docker run -v /root:/root ghcr.io/rooch-network/rooch:main server clean -n dev && rm -rf ~/.rooch && docker run -v /root:/root ghcr.io/rooch-network/rooch:main init -m "$(echo $DEV_MNEMONIC_PHRASE)" --skip-password"
ssh -o StrictHostKeyChecking=no -i private_key.pem $USER@$HOST "echo "Start cleaning the data." && docker run -v --rm /root:/root ghcr.io/rooch-network/rooch:main server clean -n dev && rm -rf ~/.rooch && docker run -v --rm /root:/root ghcr.io/rooch-network/rooch:main init -m "$(echo $DEV_MNEMONIC_PHRASE)" --skip-password"

0 comments on commit 00a75f4

Please sign in to comment.