Skip to content

Instantly share code, notes, and snippets.

View beemi's full-sized avatar
🎯
Focusing

Raja Beemi beemi

🎯
Focusing
View GitHub Profile
@beemi
beemi / deploy-prod.yml
Created October 3, 2021 15:13
Angular app Firebase Deployment Github actions
on:
push:
tags:
- 'v*'
name: Prod release
jobs:
release:
runs-on: ubuntu-latest
@beemi
beemi / Dockerfile
Created October 3, 2021 15:08
Angular APP Docker Image to Google Container Registry
name: Push Docker image
on:
push:
branches:
- master
env:
PROJECT_ID: ${{ secrets.GCP_PROD_SERVICE_PROJECT_ID }}
IMAGE_NAME: front-end-angular-app