Skip to content

Commit

Permalink
update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jragunanthan committed Jul 31, 2024
1 parent c61f3fe commit 0284c69
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,6 @@ on:
required: false

jobs:
clone:
runs-on: private-2
steps:
- uses: actions/checkout@v3
with:
repository: IndustryFusion/IfricPlatform
ref: main
path: IfricPlatform
token: ${{ secrets.PRIVATE_GITHUB_TOKEN }}
build:
runs-on: private-2
needs: clone
Expand All @@ -142,6 +133,13 @@ jobs:
outputs:
DOCKER_TAG: ${{ steps.build.outputs.NIGHTLY_DOCKER_TAG }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
repository: IndustryFusion/IfricPlatform
ref: main
path: IfricPlatform
token: ${{ secrets.PRIVATE_GITHUB_TOKEN }}
- id: build
name: Build & Push Image
shell: bash
Expand Down

0 comments on commit 0284c69

Please sign in to comment.