Skip to content

Instantly share code, notes, and snippets.

View Ade-Yohanes's full-sized avatar

Ade Ade-Yohanes

View GitHub Profile
@dirumahrafif
dirumahrafif / github-action.yml
Last active August 14, 2025 14:32
Github action untuk deploy aplikasi Laravel dirumahrafif
name: Deploy Laravel to VPS
on:
push:
branches:
- '*'
jobs:
deploy:
name: CI/CD to VPS
@developerinusa
developerinusa / bitbucket-pipelines.yml
Last active August 20, 2025 15:02
bitbucket-pipelines.yml config for laravel multiple (test-staging-prod) environments
#use bitbucket development variables where you see in the yaml script ---> ${VARIABLE} or $VARIABLE
prepare-docker-image-for-laravel: &prepare-docker-image-for-laravel
name: prepare docker image
artifacts:
- vendor/**
- composer
#services:
# - mysql
script: