Skip to content

Commit

Permalink
Fix package naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
karntrehan committed May 28, 2024
1 parent caed217 commit bb45da9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
name: Build

env:
APP_NAME: CMS-BACKEND-API
PROJECT_NAME: CMS-BACKEND-API
APP_NAME: CMS-FE
PROJECT_NAME: CMS-FE
DOCKER_COMPOSE_PATH: /root/app/docker-compose.yml
REGISTRY: ghcr.io
DOCKER_REGISTRY: ghcr.io/code4govtech/dmp-cms-backend-api
DOT_ENV_FILE_NAME: env.dmp-cms-backend-api

DOCKER_REGISTRY: ghcr.io/code4govtech/dmp-cms-fe
DOT_ENV_FILE_NAME: env.dmp-cms-fe

on:
workflow_dispatch:
push:
branches:
- devops
- dev
- main

Expand Down

0 comments on commit bb45da9

Please sign in to comment.