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
- Host: GitHub
- URL: https://github.com/azrubael/epam-cicd-lab1
- Owner: Azrubael
- Created: 2024-08-11T14:46:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T16:23:45.000Z (almost 2 years ago)
- Last Synced: 2024-12-23T13:17:26.198Z (over 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/