/actions

Internal Github actions for deploying

Primary LanguageShell

actions

How to create a new action

  • create a new folder in the repository's root
  • create these two files in the folder: Dockerfile entrypoint.sh
  • grant the sh file execution permissions (chmod)