Skip to content

Commit

Permalink
feat Deploy build testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ucan-lab committed Mar 9, 2022
1 parent 31504ff commit a8b3aa0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/deploy-build-testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: deploy-build-testing

on:
pull_request:
schedule:
- cron: '0 0 * * *'

jobs:
docker-build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Git Clone Project
run: git clone https://github.com/laravel/laravel.git src

- name: Docker Version
run: docker version

- name: Settings
run: echo APP_BUILD_TARGET=deploy > .env

- name: Build Docker Images
run: docker compose build app

0 comments on commit a8b3aa0

Please sign in to comment.