bump v1.1.0

This commit is contained in:
sparshg
2024-09-26 01:48:12 +05:30
parent e49e5e086b
commit 26e3d3db20
5 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
name: Deploy
name: Deploy backend
on:
push:
@@ -7,7 +7,7 @@ on:
workflow_dispatch:
jobs:
docker:
docker-azure:
runs-on: ubuntu-latest
environment: battleship
permissions:

View File

@@ -1,4 +1,4 @@
name: Deploy
name: Deploy frontend
on:
push:
@@ -7,7 +7,7 @@ on:
workflow_dispatch:
jobs:
build_site:
build_frontend:
runs-on: ubuntu-latest
steps:
- name: Checkout
@@ -36,8 +36,8 @@ jobs:
# this should match the `pages` option in your adapter-static options
path: 'app/build/'
deploy-site:
needs: build_site
deploy-frontend:
needs: build_frontend
runs-on: ubuntu-latest
permissions:

View File

@@ -18,7 +18,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: cargo-check
run: cargo check
- name: cargo-Clippy
- name: cargo-clippy
run: cargo clippy
- name: cargo-fmt
run: cargo fmt --all --check

2
Cargo.lock generated
View File

@@ -154,7 +154,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
[[package]]
name = "battleship"
version = "0.1.0"
version = "1.1.0"
dependencies = [
"axum",
"dotenv",

View File

@@ -1,6 +1,6 @@
[package]
name = "battleship"
version = "0.1.0"
version = "1.1.0"
edition = "2021"
[dependencies]