Skip to content

Instantly share code, notes, and snippets.

View jesseinvent's full-sized avatar
🎯
Focusing

Jesse Ojih jesseinvent

🎯
Focusing
View GitHub Profile
import * as AWS from 'aws-sdk';
import { configs } from '../../configs';
import { IUploadFileToS3 } from './interfaces/upload_file.interface';
import { Injectable } from '@nestjs/common';
@Injectable()
export class WasabiService {
private S3_BUCKET_NAME: string;
private S3: AWS.S3;
@jesseinvent
jesseinvent / gist:99945702cbd7e8f4b427e0dc2653057b
Created May 24, 2022 19:02
Deployment pipeline with GithubActions
name: Deployment workflow
on:
push:
branches: [main]
jobs:
deploy:
name: Deploy to production server
@jesseinvent
jesseinvent / gist:34e80e7d9469d86d2f4f911973e3b289
Created August 30, 2021 18:59
Run laravel tests and deploy to FTP server workflow (CI/CD pipeline)
name: Deploy to production Workflows
on:
push:
branches:
- main
jobs:
laravel-tests:
@jesseinvent
jesseinvent / docker-help.md
Created February 19, 2021 17:27 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info