An open API service indexing awesome lists of open source software.

https://github.com/azrubael/epam-cicd-lab1

EPAM -- CICD Lab1 GitHub Actions
https://github.com/azrubael/epam-cicd-lab1

Last synced: about 1 year ago
JSON representation

EPAM -- CICD Lab1 GitHub Actions

Awesome Lists containing this project

README

          

_2024-08-11 18:44_

*To check if the container works well separately*
```bash
docker build -t azw_app . && docker run --rm -d --name azw_container -p 3000:3000 azw_app
```

**To run the GitHun Action:**

[1] - Run the bash snippet
```bash
git add .
git commit -m "My awesome commit."
git push -u origin main
```

[2] - Check in https://github.com/Azrubael/EPAM-CICD-Lab1/actions/