gratipay / grtp.co

Gratipay Widgets + API
https://grtp.co/
MIT License
26 stars 19 forks source link

get deployment back on track #142

Closed chadwhitacre closed 8 years ago

chadwhitacre commented 8 years ago

I tried deploying #141 and hit an error, debugging ...

chadwhitacre commented 8 years ago

Looks like #139 was insufficient.

$ git push prod
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 806 bytes | 0 bytes/s, done.
Total 5 (delta 2), reused 0 (delta 0)
remote: fatal: Not a git repository (or any of the parent directories): .git
remote: make: *** No rule to make target `clean'.  Stop.
remote: make: *** No rule to make target `build'.  Stop.
remote: reload: Rejected send message, 1 matched rules; type="method_call", sender=":1.117" (uid=1000 pid=18329 comm="reload nginx ") interface="com.ubuntu.Upstart0_6.Instance" member="Reload" error name="(unset)" requested_reply="0" destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init ")
To grtp@grtp.co:production
   acb0e49..d632a70  master -> master
$
chadwhitacre commented 8 years ago

Okay, I manually updated production and ran ./post-receive. It worked! The next deploy should work like normal.