Skip to content

feat: check if session folder exist #4

feat: check if session folder exist

feat: check if session folder exist #4

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- name: Version
run: cargo --version --verbose
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Deploy to DigitalOcean
uses: digitalocean/app_action/deploy@v2
with:
app_name: tryrust-org
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}