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
- How do I delete unused VCS roots with REST API?
- Why is "Extract template" not showing on a TeamCity 11 build configuration?
- Restore Teamcity
- Team City Build configurations/ Build Steps using vscode
- How to resolve a "Kotlin: Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:" error?
- Error in while performing Angular tests on TeamCity
- Unable to complete new 'Cloud Profile' setup in TeamCity using Azure Resource Manager Cloud Support plugin
- JetBrains TeamCity: Agent Executor Mode
- email notification templates changes reverting after the upgrade of Teamcity server
- Why does the TeamCity agent initially perform 1 build
- Errors when launching a build on TeamCity
- How to integrate multiple jacocoReport in teamcity?
- Custom parameter with file browser in TeamCity runner
- Upload fails with no description
- Gitversion "could not load ssl libraries" error on TeamCity with normalization enabled
Related Questions in TEAMCITY-9.1
- Publish json file generated from exe to Teamcity artifacts
- How to substitute environment variable in TeamCity docker compose build?
- How to change the branch being built in TeamCity
- TeamCity - Configure SSH exit code failure conditions
- Force Teamcity to Ignore tool version in a .net project
- Teamcity - How to set credentials for package source
- TeamCity File Content Replacer : string index out of range
- Teamcity 9x Error: Can't find the valid AspnetMergePath
- Specific VCS branch unavailable to choose in manual build run
- Pass/share parameter values between dependant builds in TeamCity
- Team City 9.1 Rest API: How to run build with custom config setting (settings from VCS / not current ones) through Rest API
- teamcity svn check out - disk space error
- Folder level from GIT checkout on teamcity agent
- Teamcity VCS error while fetching from git repo
- How to remove deployed files removed from git
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 # Hahtags
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?