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!
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

18 Zeilen
639B

  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
  11. - mkdir -p /cookiecutter/scripts
  12. - copy:
  13. - [ files/run.sh,
  14. /cookiecutter/scripts/run.sh ]
  15. - run:
  16. - chmod a+x /cookiecutter/scripts/run.sh