IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

19 rindas
700B

  1. base: freebsd-latest
  2. steps:
  3. - run:
  4. - ASSUME_ALWAYS_YES=yes IGNORE_OSVERSION=yes pkg install py37-cookiecutter
  5. - mkdir -p /cookiecutter/input/meta
  6. - mkdir -p /cookiecutter/input/nginx-http
  7. - mkdir -p /cookiecutter/input/nginx-https
  8. - mkdir -p /cookiecutter/templates/nginx-http/\{\{cookiecutter.directory_name\}\}
  9. - mkdir -p /cookiecutter/templates/nginx-https/\{\{cookiecutter.directory_name\}\}
  10. - mkdir -p /cookiecutter/output/nginx-http
  11. - mkdir -p /cookiecutter/output/nginx-https
  12. - mkdir -p /cookiecutter/scripts
  13. - copy:
  14. - [ files/run.sh,
  15. /cookiecutter/scripts/run.sh ]
  16. - run:
  17. - chmod a+x /cookiecutter/scripts/run.sh