Skip to content

Commit

Permalink
switch to develop in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalebi committed May 11, 2023
1 parent 20e3f15 commit 292c652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ test:
build:
extends: .build
only:
- main
- develop

# deploy application to k8s cluster for k8s-deploy branch
deploy:
extends: .deploy
environment:
name: thoas-graphql
only:
- main
- develop

0 comments on commit 292c652

Please sign in to comment.