GitLab CICD pipeline not sharing artifcacts between stages
I have a very simple GitLab CICD pipeline with build
and deploy
stages. However, the build artifact
is not being retained for deploy, and I cannot figure out how to get the dist
directoty to be reatined. YAML is shown below: