#githubActionsTutorial #autodeploy
lang: urdu | hindi
This is the detailed video on GitHub actions for beginners. In the next several videos, we will install and setup our server for automation and auto deploy application.
playlist
• Github Actions Series Overview - First Act...
git depth video
• Git & Github Tutorial | Crash Course #1 | ...
github video
• Git & Github Tutorial | Crash Course #2 | ...
.gitgnore depth
• Github Tutorial .gitignore | Crash Course ...
github collaborate
• Github Tutorial Collaborate & Issues | Cra...
github fork
• Github Tutorial Fork | Crash Course #5 | U...
source code
name: React Project
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
name: action
uses: actions/checkout@v3
name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 18
name: Install dependencies
run: npm ci
name: building
run: npm run build
name: test passes
run: echo "working all test passes"
like and subscribe
On this page of the site you can watch the video online Github Actions with React Application | DevOps #2 with a duration of hours minute second in good quality, which was uploaded by the user Next Mastery 20 January 2023, share the link with friends and acquaintances, this video has already been watched 37 times on youtube and it was liked by 4 viewers. Enjoy your viewing!