Skip to content

Instantly share code, notes, and snippets.

View farhan-helmy's full-sized avatar
🎃
Focusing

Farhan Helmy farhan-helmy

🎃
Focusing
View GitHub Profile
image: python:3.9-alpine
before_script:
- apk update
- cd ~
- mkdir .aws && touch .aws/credentials
- printf "[cikguuapi]\naws_access_key_id = $AWS_ACCESS_KEY_ID\naws_secret_access_key = $AWS_SECRET_ACCESS_KEY" >> .aws/credentials
stages: # List of stages for jobs, and their order of execution
@farhan-helmy
farhan-helmy / latestgit.sh
Created May 25, 2023 15:23
Install latest git
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
requirements
node version 16.14
npm version 8.4.1
setup mongodb using docker (dont put password)
docker run -d -p 27017:27017 --name some-mongo \
-e MONGO_INITDB_ROOT_USERNAME=mongoadmin \
mongo

‎‎​