Skip to content

Commit

Permalink
Merge branch 'feat/oidc-integration' of github.com:poudelprakash/bigc…
Browse files Browse the repository at this point in the history
…apital into feat/oidc-integration
  • Loading branch information
poudelprakash committed Mar 20, 2024
2 parents 0cdfcf9 + ae4ae76 commit 0c56740
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build-deploy-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:

env:
REGISTRY: ghcr.io
WEBAPP_IMAGE_NAME: bigcapital/bigcapital-webapp
SERVER_IMAGE_NAME: bigcapital/bigcapital-server
WEBAPP_IMAGE_NAME: poudelprakash/bigcapital-webapp
SERVER_IMAGE_NAME: poudelprakash/bigcapital-server

jobs:
build-publish-webapp:
Expand Down Expand Up @@ -40,14 +40,14 @@ jobs:
context: .
file: ./packages/webapp/Dockerfile
push: true
tags: ghcr.io/bigcapitalhq/webapp:latest
tags: ghcr.io/poudelprakash/webapp:latest
labels: ${{ steps.meta.outputs.labels }}

# Send notification to Slack channel.
- name: Slack Notification built and published webapp container successfully.
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
# - name: Slack Notification built and published webapp container successfully.
# uses: rtCamp/action-slack-notify@v2
# env:
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

build-publish-server:
name: Build and deploy server container
Expand All @@ -71,11 +71,11 @@ jobs:
context: ./
file: ./packages/server/Dockerfile
push: true
tags: ghcr.io/bigcapitalhq/server:latest
tags: ghcr.io/poudelprakash/server:latest
labels: ${{ steps.meta.outputs.labels }}

# Send notification to Slack channel.
- name: Slack Notification built and published server container successfully.
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
# - name: Slack Notification built and published server container successfully.
# uses: rtCamp/action-slack-notify@v2
# env:
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- develop
- feat/oidc-integration
paths:
- '**.ts'
- '**.tsx'
Expand Down Expand Up @@ -65,4 +66,4 @@ jobs:
with:
name: playwright-report
path: test-results/
retention-days: 30
retention-days: 30

0 comments on commit 0c56740

Please sign in to comment.