Sign in
code
/
CocoaPods
/
Specs
/
refs/heads/netlify
/
.
/
Scripts
/
netlify_deploy.sh
blob: 97618bb9c3112dcc3821bd4726544fed3e6112ca [
file
] [
edit
]
#!/bin/bash
set
-
x
set
-
eo pipefail
mkdir _site
||
true
ruby
Scripts
/
create_pods_and_versions_index
.
rb
|
gzip
>
_site
/
all_pods_versions
.
gz
cp
Scripts
/
netlify_redirects
.
txt _site
/
_redirects