Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

See herehere for an git explanation.

BTW, do you store the deployable artifacts in git or do you rebuild your app before deploying? Otherwise let your first job push the artifacts into a repository (can be different than the one for source code, we have a designated space on the file system) and the second job pulls it from the repository and deploys it.

See here for an git explanation.

BTW, do you store the deployable artifacts in git or do you rebuild your app before deploying? Otherwise let your first job push the artifacts into a repository (can be different than the one for source code, we have a designated space on the file system) and the second job pulls it from the repository and deploys it.

See here for an git explanation.

BTW, do you store the deployable artifacts in git or do you rebuild your app before deploying? Otherwise let your first job push the artifacts into a repository (can be different than the one for source code, we have a designated space on the file system) and the second job pulls it from the repository and deploys it.

added 94 characters in body
Source Link
Peter Schuetze
  • 1.3k
  • 10
  • 17

See here for an git explanation.

BTW, do you store the deployable artifacts in git or diedo you rebuild your app before deploying? Otherwise let your first job push the artifacts into a repository (can be different than the one for source code, we have a designated space on the file system) and the second job pulls it from the repository and deploys it.

See here for an git explanation.

BTW, do you store the deployable artifacts in git or die you rebuild your app before deploying? Otherwise let your first job push the artifacts into a repository and the second job pulls it from the repository and deploys it.

See here for an git explanation.

BTW, do you store the deployable artifacts in git or do you rebuild your app before deploying? Otherwise let your first job push the artifacts into a repository (can be different than the one for source code, we have a designated space on the file system) and the second job pulls it from the repository and deploys it.

Source Link
Peter Schuetze
  • 1.3k
  • 10
  • 17

See here for an git explanation.

BTW, do you store the deployable artifacts in git or die you rebuild your app before deploying? Otherwise let your first job push the artifacts into a repository and the second job pulls it from the repository and deploys it.