#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 - Firs...
git depth video
• Git & Github Tutorial | Crash Course ...
github video
• Git & Github Tutorial | Crash Course ...
.gitgnore depth
• Github Tutorial .gitignore | Crash Co...
github collaborate
• Github Tutorial Collaborate & Issues ...
github fork
• Github Tutorial Fork | Crash Course #...
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
Watch video Github Actions with React Application | DevOps #2 online without registration, duration hours minute second in high quality. This video was added by user Next Mastery 20 January 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 34 once and liked it 4 people.