Skip to content

[Feature] Optional xDebug. (#4) #9

[Feature] Optional xDebug. (#4)

[Feature] Optional xDebug. (#4) #9

Workflow file for this run

name: GitHub Actions
on: push
env:
REPO: lazerg/laravel
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run build script
run: chmod +x ./build.sh && ./build.sh