config
git clone https://git.pyrossh.dev/config
Common configuration
d968cb3
— Peter John
2026-07-09T22:13:17+05:30
update repo push script
- nushell/config.nu +1 -1
- tool_state +3 -0
nushell/config.nu
CHANGED
|
@@ -908,7 +908,7 @@ def repo-push [] {
|
|
|
908
908
|
# Copy .git directory
|
|
909
909
|
cp -r .git $"($tmpdir)/.git"
|
|
910
910
|
# Sync to remote
|
|
911
|
-
rclone sync -P --http-headers '"Content-Type","application/octet-stream"' $tmpdir $"
|
|
911
|
+
rclone sync -P --http-headers '"Content-Type","application/octet-stream"' $tmpdir $"pyrossh-repos-prd:pyrossh-repos-prd/($repo_name)"
|
|
912
912
|
# Clean up
|
|
913
913
|
rm -rf $tmpdir
|
|
914
914
|
}
|
tool_state
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
{
|
|
2
|
+
"is-bot": false
|
|
3
|
+
}
|