fix ci
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m15s

This commit is contained in:
Lee 2024-04-14 17:48:01 +01:00
parent d1f6ff79a7
commit 008da57aaa
2 changed files with 3 additions and 1 deletions

@ -20,6 +20,8 @@ jobs:
# Checkout the repo # Checkout the repo
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
fetch-depth: 0
# Deploy to Dokku # Deploy to Dokku
- name: Push to dokku - name: Push to dokku

@ -1,5 +1,5 @@
{ {
"name": "joe", "name": "mcutils-frontend",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {