#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
На этой странице сайта вы можете посмотреть видео онлайн Github Actions with React Application | DevOps #2 длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Next Mastery 20 Январь 2023, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 37 раз и оно понравилось 4 зрителям. Приятного просмотра!