5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-26 18:56:08 +00:00

no instalamos gem en producción...

This commit is contained in:
f 2020-01-25 20:30:06 -03:00
parent ed53989330
commit 364a233d07
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -15,7 +15,6 @@ class DeployLocal < Deploy
def deploy
return false unless mkdir
return false unless yarn
return false unless gem
return false unless bundle
jekyll_build