angular firebse via github action
name: CI
on:
push:
branches:
- master
- release/*
jobs:
firebase-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: '10.x'
- run: npm install
- run: npm run build:prod
- uses: w9jds/firebase-action@master
with:
args: deploy --only hosting
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
Also in C++:
- ubuntu no bluetooth found
- git clone without folder
- how to open directory in linux using command
- recutils add field in record
- certbot remove domain
- # Check failed: allocator->SetPermissions(reinterpret_cast<void*>(region.begin()), region.size(), PageAllocator::kNoAccess).
- mongo shell console log
- certbot list all domains
- kubectl delete pods wildcard
- Using ffmpeg to split video files by size
- git add all files
- how to re install react native on windows 10
- how to add ca to linux
- laravel installer
- github see when repo was created
- install angular cli version
- No such module 'Capacitor'
- get string after character shell script
- laravel 5.8 installation
- how to install jupyter in excel
- git commit and push command
- npm run serve in background
- how to check current branch in git
- conn = _connect(dsn, connection_factory=connection_factory, **kwasync) psycopg2.OperationalError: could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432?