如何使更改对已部署的项目生效

时间:2019-05-01 22:03:45

标签: django amazon-web-services github deployment

我正在尝试对图像,文件等进行更改,以使AWS已部署的Django项目生效。我设法以某种方式进行了更改,但是照片坏了。我重新启动了实例,但它仍然坏了。我想验证我使用的git命令是否适合将来的Django项目使用?我可以访问AWS服务器。只有一个主分支,而我正在使用GitBash。

~$/project_name$ source venv/bin/activate
----update the codes within Visual Studio so it will show up in GitHub----
~$/project_name/repo_name$ git add --all
~$/project_name/repo_name$ git commit -m "message"
~$/project_name/repo_name$git pull origin master
-------Nano screen shows up and I input the message and type in Ctrl-X and respond "no"-----------

,此后将显示更改。这些步骤合适吗?

0 个答案:

没有答案