mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 12:35:03 +01:00
Sometimes this fails too.
This commit is contained in:
parent
8bf370cfa7
commit
7ea776319b
2
Rakefile
2
Rakefile
@ -68,7 +68,7 @@ end
|
|||||||
|
|
||||||
task :upload do
|
task :upload do
|
||||||
sh %{git branch -D built-for-heroku} rescue nil
|
sh %{git branch -D built-for-heroku} rescue nil
|
||||||
sh %{git checkout -b built-for-heroku}
|
sh %{git checkout -b built-for-heroku} rescue nil
|
||||||
sh %{git add --force build}
|
sh %{git add --force build}
|
||||||
sh %{git commit --message="Build."}
|
sh %{git commit --message="Build."}
|
||||||
sh %{git push --force heroku built-for-heroku:master}
|
sh %{git push --force heroku built-for-heroku:master}
|
||||||
|
Loading…
Reference in New Issue
Block a user