Hello,
I get my application files from a company as zip file.
Install the zip on GitLab.
Download the zip from Gitlab to Ansible by pipeline and deploy the zip to appserver with yaml.
In the next deployment I delete old zip and intall new one. I backup old zip in appserver by coding before next deployment.
But the government regulations force us to versioning zips on Gitlab too.
How can I versioning zip file on GitLab ?
I truly know that I use weak way for cicd.