Skip to content

Merge pull request #19 from VolumeFi/dependabot/npm_and_yarn/babel/tr… #71

Merge pull request #19 from VolumeFi/dependabot/npm_and_yarn/babel/tr…

Merge pull request #19 from VolumeFi/dependabot/npm_and_yarn/babel/tr… #71

Workflow file for this run

name: Deploy production
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: production
steps:
- name: build
run: |
cd /home/rootedbox/sommelier-cellar-service
git stash
git pull origin master
npm install
- name: restart service
run: |
sudo systemctl restart cellar-messaging