मैं अपने मौजूदा रेल एप्लिकेशन के लिए इलास्टिक बीनस्टॉक सेटअप करना चाहता हूं।
मैं सैंपल फू ऐप करने में सफल रहा।
ये सवाल मेरे पास हैं
मुझे अपनी गिट रिपॉजिटरी से होने वाली तैनाती की जरूरत है न कि अपने स्थानीय रास्ते से जहां मैं तैनात हूं। मैं सैंपल फू ऐप के लिए कैसे करूं।
Git aws.push कमांड नए ec2 उदाहरण पर तैनात है। हालांकि, इसने मेरे गिट रिपॉजिटरी में बदलावों को आगे नहीं बढ़ाया। मैं एक git aws.push करने से पहले अलग से एक धक्का धक्का करना चाहिए? ध्यान दें कि जब मैं git स्टेटस करता हूं, तो मेरी शाखा 1 प्रतिबद्ध से आगे रहती है। Aws एक अलग git रिपॉजिटरी बनाए रखता है? इसके बदले मैं अपने git रिपॉजिटरी का उपयोग कैसे कर सकता हूं?
[mymac:~/Projects/new/foo(master)]$ git aws.push
Counting objects: 4949, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (1115/1115), done.
Writing objects: 100% (4949/4949), 14.11 MiB | 1.90 MiB/s, done.
Total 4949 (delta 3800), reused 4944 (delta 3798)
remote:
To https://AKIAJZT3WFY2WLO6CHQQ:20121127T030627Zf56675b2f4c9c731ca6f51b11d36a438e8bcee25c5171061ce5ac681495318c9@git.elasticbeanstalk.ap-southeast-1.amazonaws.com/v1/repos/617069/commitid/39396162666436346439656465313537613561343561626465643931393366623762386265303138/environment/6170692d656e76
* [new branch] HEAD -> master
[mymac:~/Projects/new/foo(master)]$ git status
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
#
nothing to commit (working directory clean)
नीचे सिर्फ एक गिट पुश का परिणाम है।
[mymac:~/Projects/new/foo(master)]$ git push
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 340 bytes, done.
Total 3 (delta 2), reused 0 (delta 0)
To git@github.com:xxxx/foo.git
885cc33..99abfd6 master -> master
अलग-अलग, मुझे पहले से ही_सिमलिंक की तैनाती की जरूरत है। मैं यह कैसे कर सकता हूँ ?