mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +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
|
||||
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 commit --message="Build."}
|
||||
sh %{git push --force heroku built-for-heroku:master}
|
||||
|
Loading…
Reference in New Issue
Block a user