Skip to content

Commit

Permalink
Update CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Sep 12, 2024
1 parent fb3b5cf commit 3738e17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
build-docker-images:
name: Build Docker Images
environment: staging
# if: |
# github.ref == 'refs/heads/main'
if: |
github.ref == 'refs/heads/main'
needs:
- run-tests
runs-on: ubuntu-latest
Expand Down Expand Up @@ -118,8 +118,8 @@ jobs:
STAGING_HOST_IP_ADDRESS: '${{ secrets.STAGING_HOST_IP_ADDRESS }}'
STAGING_SSH_PRIVATE_KEY_PATH: '~/.ssh/nest_staging_private_key'
environment: staging
# if: |
# github.ref == 'refs/heads/main'
if: |
github.ref == 'refs/heads/main'
needs:
- build-docker-images
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3738e17

Please sign in to comment.