Skip to content

Commit

Permalink
Merge branch 'main' into release/v2.0.3
Browse files Browse the repository at this point in the history
# Conflicts:
#	package.json
  • Loading branch information
ashkuc committed Feb 20, 2024
2 parents 4623bea + 93acc21 commit 3188320
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build and Deploy

on:
push:
branches:
- master
workflow_dispatch:

jobs:
build-crawler:
name: Build Crawler
uses: UniqueNetwork/web-deploy/.github/workflows/build-docker-image.yml@master
secrets: inherit
with:
tag: scan-backend-crawler
dockerfile: Dockerfile.crawler

build-web-api:
name: Build Web API
uses: UniqueNetwork/web-deploy/.github/workflows/build-docker-image.yml@master
secrets: inherit
with:
tag: scan-backend-web-api
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkastats-backend-uniquenetwork",
"version": "2.0.69",
"version": "2.0.70",
"description": "",
"author": "Unique Network Team",
"private": true,
Expand Down

0 comments on commit 3188320

Please sign in to comment.