#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
In questa pagina del sito puoi guardare il video online Github Actions with React Application | DevOps #2 della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Next Mastery 20 gennaio 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 37 volte e gli è piaciuto 4 spettatori. Buona visione!