Questions tagged [git-deploy]
9 questions
4
votes
0 answers
Git LFS remote deployment
I use Git primarily for deploying websites. Often these websites contain a lot of images in them.
I then use a git push to deploy the website. On the server the website should be hosed on, I have a post-receive hook that runs Grunt.js to create…

Jonathan Hodgson
- 363
- 1
- 12
1
vote
1 answer
Re-instating automatic deployments after git repo wiped out?
I have a question about how to start using automatic deployments after the git repo on our client's site has been wiped out.
What happened to the repo? The client wanted to use a feature on their hosting provider where they can make copy edits to a…

Jillian Hoenig
- 137
- 1
- 6
- 28
1
vote
0 answers
In PyCharm, is it possible to deploy automatically to remote host after git merge?
I'm using the PyCharm Professional version, and I write the project code on a Windows 10 laptop (noted as A), and use the Deployment tool in PyCharm to sync the code with the remote client with Ubuntu (nated as B). And at the same time, the project…

mining
- 3,557
- 5
- 39
- 66
1
vote
1 answer
Git push does not remove deleted files
I'm no GIT expert and forgive me if this is the wrong forum for this, but I'm using GIT to deploy code to my production server which works fine, I simply do git push production master where production points to my WPEngine server and it will…

powerbuoy
- 12,460
- 7
- 48
- 78
1
vote
1 answer
How to ignore the content of folder without deleting when deploying via git
My project has a folder called 'images', its content depends on user uploads, so the content from the development environment is different of the production one.
When a commit is merged and deployed to the host via git, it automatically deletes all…

Osvaldo Margato
- 35
- 2
- 6
0
votes
0 answers
lftp --exclude option excluding more files than we'd like
we use this command in our .gitlab-ci.yml during the deploy stage. It uses lftp to mirror(ish).
But we recently noticed a big problem which indicates we might not understand the syntax for the --exclude option of lftp.
It indeed seems that --exclude…

R Bayo
- 59
- 1
- 9
0
votes
1 answer
can't deploy react app on GitHub gh-pages
I have deployed my react app on github but it is not running.
https://kinza98.github.io/Todo-List/
Can anyone tell me why I am receiving errors Failed to load resource
source code:
https://github.com/Kinza98/Todo-List/tree/master

the_developer
- 747
- 2
- 7
- 17
0
votes
1 answer
How to remove the entire git trail in a production environment after deploying code
It is strange to me that I have not found anything related to this situation, which in turn seems very usual...:
I have finished a web project for one of my clients, and they have provided me with access to one of their remote production machines in…

andcl
- 3,342
- 7
- 33
- 61
0
votes
0 answers
Committing changes on server with git-deploy
I am using git-deploy to upload changes to my server. My website is WordPress though my problem is shared with any application where file are uploaded.
When I upload files through the application they are not added to the repo (which would require…

Jeff
- 13,943
- 11
- 55
- 103