mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 08:10:50 +00:00
fixed typo for copy path
This commit is contained in:
parent
590e5edc57
commit
179a0e7624
1 changed files with 1 additions and 1 deletions
|
|
@ -209,4 +209,4 @@ deploy node for linux arm64:
|
|||
- PUBLIC_IP=$(aws ec2 describe-instances --filters 'Name=tag:Name, Values=Single_Node_Deployment' 'Name=instance-state-name, Values=running' --query 'Reservations[*].Instances[*].PublicIpAddress' --output text --profile $PROFILE)
|
||||
- echo $PUBLIC_IP
|
||||
- echo "scp test" > test.txt
|
||||
- scp -o StrictHostKeyChecking=no -i gitlab-featurebase-dev test.txt ec2-user@$PUBLIC_IP
|
||||
- scp -o StrictHostKeyChecking=no -i gitlab-featurebase-dev test.txt ec2-user@$PUBLIC_IP:.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue