Skip to content

Commit

Permalink
Try to fix GL script
Browse files Browse the repository at this point in the history
  • Loading branch information
brycewray committed Oct 5, 2023
1 parent ff52832 commit 4f7d636
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ variables:
deploySite:
stage: deploy
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
- if: '$GITLAB == "true"'
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $GITLAB == "true"
environment:
name: production
url: $MY_WEBSITE
Expand Down

0 comments on commit 4f7d636

Please sign in to comment.