From 9afe09df977d5d62e865fe66e0772d7b55c6bc18 Mon Sep 17 00:00:00 2001 From: Ezra Lazuardy Date: Wed, 11 Oct 2023 01:52:04 +0700 Subject: [PATCH] feat: update --- .github/workflows/deploy.yml | 3 --- README.md | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b54e8e7..8c6e415 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,9 +44,6 @@ jobs: with: composer-options: "--no-interaction --prefer-dist --optimize-autoloader --no-progress --no-ansi --no-dev --classmap-authoritative" - - name: 🎨 Build Frontend Dependencies - run: yarn build - - name: ☁️ Deploy Environment run: vapor deploy ${{ github.ref_name }} --commit="${{ github.event.head_commit.id }}" --message="${{ github.event.head_commit.message }}" env: diff --git a/README.md b/README.md index dbddbe1..4c361e8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Laravel](https://github.com/interpid-inc/bouwopdrachten-api/actions/workflows/build.yml/badge.svg?branch=development)](https://github.com/interpid-inc/bouwopdrachten-api/actions/workflows/build.yml) +[![Laravel](https://github.com/interpid-inc/bouwopdrachten-api/actions/workflows/deploy.yml/badge.svg)](https://github.com/interpid-inc/bouwopdrachten-api/actions/workflows/deploy.yml) Staging @@ -9,8 +9,8 @@ PHP Version -## :satellite: bouwopdrachten +## :satellite: bouwopdrachten-api -The RESTful API for Bouwopdrachten. +The RESTful API for Bouwopdrachten platform. > Written in [PHP 8.2](https://php.net) using [Laravel](https://laravel.com). Powered by [Cloudflare](https://cloudflare.com), [Vapor](https://vapor.laravel.com), and [PlanetScale](https://planetscale.com).