We currently have a local instance of Gitlab running on a Debian Machine at work and want to locally deploy the project via the .gitlab-ci.yml.
Since I am fairly new to gitlab and continuous integration in general I am rather lost here.
The project itself only consists out of some .php files, within the root directory which also create a MySQL database, and after someone pushed something, the Website should be deployed locally under xxx.xxx.xxx.xxx/Website to view it.
Is this even possible with the gitlab-ci? Any help would be greatly appriciated.