add rf, script
This commit is contained in:
parent
ffbd20d78a
commit
32b2e39e91
2 changed files with 12 additions and 0 deletions
|
@ -289,5 +289,12 @@
|
||||||
"Path": "/go/ais",
|
"Path": "/go/ais",
|
||||||
"Repo": "https://github.com/paultag/go-ais",
|
"Repo": "https://github.com/paultag/go-ais",
|
||||||
"Url": "https://github.com/paultag/go-ais"
|
"Url": "https://github.com/paultag/go-ais"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"Packages": [],
|
||||||
|
"Path": "/go/rf",
|
||||||
|
"Repo": "https://github.com/paultag/go-rf",
|
||||||
|
"Url": "https://github.com/paultag/go-rf"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
5
upload.sh
Executable file
5
upload.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
go run main.go
|
||||||
|
aws s3 sync go s3://pault.ag/go
|
Loading…
Reference in a new issue