Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

deploy github actions with firebase

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 }}
Comment

PREVIOUS NEXT
Code Example
Shell :: delete lines that contain a pattern in unix 
Shell :: ubuntu rename all files lowercase commands 
Shell :: nautilus fedora install 
Shell :: could not store password 
Shell :: Install SSSM Agent on Amazon Linux 2 
Shell :: git add removed files 
Shell :: copy only directory contents to another directory 
Shell :: bash print files in directory with path 
Shell :: ubuntu chang host name 
Shell :: Git push --help fast-forwards 
Shell :: how copy data from local to hdfs 
Shell :: node git clone 
Shell :: windows run powershell script from task scheduler 
Shell :: sed tab to space 
Shell :: copy files from certain date linux 
Shell :: update inkscape to new version 
Shell :: ubuntu mount samba dir 
Shell :: delete from transfer.sh 
Shell :: find file 
Shell :: env file added to gitignore but git still tracking it 
Shell :: store command into array bash 
Shell :: how to create a username along with home directory in linux 
Shell :: sudo unzip command 
Shell :: linux services 
Shell :: docker machine install linux 
Shell :: current directory terminal mac 
Shell :: ansible inventory root password 
Shell :: Git command to Change Your Committer Name & Email per repository 
Shell :: kill task linux ubuntu 
Shell :: change user:dir to linux dir/file 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =