I'm using Teamcity to deploy a Django application from a git repository over SCP. The problem is that whenever I git rm a file, commit and push, the file is not removed from the server. I understand that SCP copies file and doesn't remove them, that's fine. What's the canonical way to remove deleted and renamed files?
How to remove deployed files removed from git
73 Views Asked by pmontrasio At
0
There are 0 best solutions below
Related Questions in TEAMCITY
- Installing Teamcity build agent as a user: failed to install the service. selected account does not have enough rights
- How to define WIX agent requirement in TeamCity?
- Linking TeamCity 8.0.5 to MySQL
- TeamCity create arbitrary directory structure on agent
- Running Windows Forms Application with TeamCity
- Backup strategy for build tool hosted on Azure VM
- Xcode 6 archive process does not fire pre/post/build phase script for auto build increment
- How to fetch the Value of Teamcity Configuration in java?
- Team City pending changes for specific build configuration is not as per default branch
- How to build Xamarin.Mac application from command line or build script
- How does one create a branch in TeamCity for multiple VCS configurations?
- TeamCity - Create Project From URL
- Is there deployment trigger for teamcity?
- MSBuild12 on a machine with only VS2015
- Have teamcity checkout on build agent machine
Related Questions in TEAMCITY-9.1
- TeamCity: Triggering several instances of another Build from a single Build
- Publish json file generated from exe to Teamcity artifacts
- teamcity svn check out - disk space error
- Ignore build step when a keyword in commit message is detected
- Teamcity 9x Error: Can't find the valid AspnetMergePath
- Pass/share parameter values between dependant builds in TeamCity
- Specific VCS branch unavailable to choose in manual build run
- NUnit 3.2.1 + TeamCity: Could not load file or assembly 'nunit.framework'
- TeamCity 9.1.5: Build configuration's schedule trigger is flaky (works sometimes)
- Multiple VCS Trigger with different "Per-checkin Triggering" for different branches
- How to remove deployed files removed from git
- TeamCity - Configure SSH exit code failure conditions
- Teamcity VCS error while fetching from git repo
- Folder level from GIT checkout on teamcity agent
- Setting up database for TeamCity in Windows 7
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?