dry-analyst-73584
01/13/2022, 5:13 PMbitter-ability-32190
01/13/2022, 5:20 PMdry-analyst-73584
01/13/2022, 5:27 PMbitter-ability-32190
01/13/2022, 5:29 PMbusy-vase-39202
01/13/2022, 5:50 PMwide-midnight-78598
01/13/2022, 6:10 PMyarn build
and then I have Pants targets that grab those files and package them for transfer or deployment to a Docker container.
files(
name="deployment",
sources=["build/**", "config.json", "Dockerfile"],
)
archive(
name="client-app",
files=[":deployment"],
format="tar.xz",
output_path="client-app.tar.xz",
)
I wrote that before the Docker target was around, so I need to update. Otherwise, I think you can use a Shell target to actually initiate the build process...
Not sure if that's helpful or not - just what my existing-ish workflow isdry-analyst-73584
01/13/2022, 6:12 PMwide-midnight-78598
01/13/2022, 6:15 PMyarn dev
with some mocking tools running in other terminals. I used Pants specifically for a deployment workflow, which was otherwise a set of ugly bash scriptswitty-crayon-22786
01/13/2022, 6:19 PMhappy-kitchen-89482
01/13/2022, 8:02 PMdry-analyst-73584
01/13/2022, 9:02 PMwitty-crayon-22786
01/13/2022, 9:03 PMdry-analyst-73584
01/13/2022, 9:08 PMhappy-kitchen-89482
01/14/2022, 6:17 AMwide-midnight-78598
01/14/2022, 1:45 PMhappy-kitchen-89482
01/14/2022, 1:49 PMcurved-television-6568
01/14/2022, 1:57 PMwide-midnight-78598
01/14/2022, 2:05 PMbitter-ability-32190
01/14/2022, 2:11 PMwide-midnight-78598
01/14/2022, 2:27 PMhappy-kitchen-89482
01/14/2022, 3:16 PMhundreds-father-404
01/14/2022, 5:15 PM