Skip to content

Bump ip from 2.0.0 to 2.0.1 #73

Bump ip from 2.0.0 to 2.0.1

Bump ip from 2.0.0 to 2.0.1 #73

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