Posts tagged as Javascript
Angular Multi Environment
Sometimes we need to add one more environment for test purpose, so here you will find how to add one more environment. Create environment…
GitHub action Dependabot
Keep all your packages up to date. Dependabot alleviates that pain by updating your dependencies automatically, so you can spend less time…
GitHub action to deploy on linux server
You can deploy very easily on a Linux server by Github Actions so after every push to the main branch, it will deploy automatically to your…