Repository for reusable GitHub Action to be used to deploy containers onto a given server. Launches an AWX job, managed by ISSC-OAS.
- Running and connect OAS GitHub runner
AWX_JOB_URLandAWX_TOKENof the appropriate AWX job (handed out by OAS) configured as repository/organization secrets, or as Environment secrets if you call the deploy workflow withwith: environment: <name>- Valid Docker-/Containerfile
ENV_FILE_CONTENTconfigured as a repository/organization secret, or as an Environment secret if you call the deploy workflow withwith: environment: <name>(if you're planning on using that)
See "examples" folder. These examples should work if you copy one of them to your own workflow file. (eg. .github/workflows/.build-push-deploy.yml):