Skip to content
    Back to all Bounties

    Earn 1,800 ($18.00)

    Time Remainingdue 2 years ago
    Completed

    Help me deploy my local Laravel project to a droplet

    gould001
    gould001
    Posted 2 years ago
    This Bounty has been completed!
    @gould001's review of @SimpleCreams
    4.7
    Average Rating
    Communication 5/5, Quality 4/5, Timeliness 5/5

    Bounty Description

    Problem Description

    I have a local Laravel project that I built using Laravel Sail (docker setup for local development) but now I want to deploy my project to my DigitalOcean droplet. (Using gitlab CI/CD)

    I created the droplet and installed docker in it already. I need to create a production Dockerfile, separate my dev/prod workflows (env files etc.) and I want it to deploy to my DO droplet when I push to my Gitlab using Gitlab's docker registry.

    I need someone to help me set this flow up. Maybe we can schedule a call and you can walk me through what I need to do.

    Acceptance Criteria

    Local laravel project commit & push to Gitlab repo -> Gitlab CI/CD deployment to DigitalOcean droplet -> Project is reachable on my droplet