Skip to content

Commit

Permalink
Bump version 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
proohit committed Nov 1, 2022
1 parent e578059 commit 103d3c8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 21 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,9 @@ on:
jobs:
backend:
runs-on: ubuntu-latest
env:
working-dir: ./backend
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14"
- name: Deploy
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.SSHUSERNAME }}
password: ${{ secrets.SSHPASSWORD }}
source: "backend/dist/*"
target: ${{ secrets.BACKEND_DESTINATION }}
strip_components: 2
rm: true
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
Expand Down
4 changes: 2 additions & 2 deletions accountingapp-backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion accountingapp-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accountingapp-backend",
"version": "0.14.0",
"version": "0.14.1",
"description": "",
"author": "",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accountingapp-web",
"version": "0.14.0",
"version": "0.14.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 103d3c8

Please sign in to comment.