Skip to content

Commit

Permalink
actions #4
Browse files Browse the repository at this point in the history
  • Loading branch information
onlycs committed Sep 18, 2024
1 parent 4bb11c8 commit 78c1ef4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

- name: Build
run: cargo build --release
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}

- name: Build Docker image
run: docker build -t onlycs/attendance .
Expand Down

0 comments on commit 78c1ef4

Please sign in to comment.