Create a script that generates a new ANYK form "package" in the repo. It must run on Linux. You can also include a Windows script too but it is not neccessary. It should not have "big" dependencies, so no Node scripts for example.
Inputs are:
It must add these files:
anyk-<form>/Dockerfile - don't forget to set the input url in the Dockerfile
anyk-<form>/docker-compose.yml
It must modify these files:
.github/workflows/build.yml - add the new package to the steps
.github/workflows/publish.yml - add the new package to the steps
Create a script that generates a new ANYK form "package" in the repo. It must run on Linux. You can also include a Windows script too but it is not neccessary. It should not have "big" dependencies, so no Node scripts for example.
Inputs are:
form: name of the formurl: url for the ANYK form on https://nav.gov.hu/It must add these files:
anyk-<form>/Dockerfile- don't forget to set the input url in the Dockerfileanyk-<form>/docker-compose.ymlIt must modify these files:
.github/workflows/build.yml- add the new package to the steps.github/workflows/publish.yml- add the new package to the steps