Skip to content

Commit

Permalink
moved the authorization part to another job;
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjan-stha committed Jan 4, 2024
1 parent bd62ba7 commit 414ed2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
build-prod:
name: Build and push images
runs-on: ubuntu-latest
environment:
name: production
url: https://server.labs.thedeep.io/admin/
strategy:
matrix:
include:
Expand Down Expand Up @@ -73,9 +76,6 @@ jobs:
name: Terraform configurations
needs: build-prod
runs-on: ubuntu-latest
environment:
name: production
url: https://server.labs.thedeep.io/admin/
defaults:
run:
working-directory: "./"
Expand Down

0 comments on commit 414ed2c

Please sign in to comment.