Skip to content

Commit

Permalink
Merge branch 'systemsdk:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
postovalov1 authored Oct 9, 2024
2 parents 2877526 + 6349232 commit abcd912
Show file tree
Hide file tree
Showing 36 changed files with 2,814 additions and 2,407 deletions.
8 changes: 4 additions & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _ide_helper.php

### Docker
Dockerfile
docker-compose.yml
docker-compose-test-ci.yml
docker-compose-staging.yml
docker-compose-prod.yml
compose.yaml
compose-test-ci.yaml
compose-staging.yaml
compose-prod.yaml
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ push_staging_images:
stage: deploy
script:
- make build-staging
# TODO: set necessary image name in docker-compose-staging.yml according to your registry and edit lines bellow
# TODO: set necessary image name in compose-staging.yaml according to your registry and edit lines bellow
#- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
#- docker-compose -f docker-compose-staging.yml push
#- docker compose -f compose-staging.yaml push
only:
- master
- develop
Expand All @@ -63,9 +63,9 @@ push_prod_images:
stage: deploy
script:
- make build-prod
# TODO: set necessary image name in docker-compose-prod.yml according to your registry and edit lines bellow
# TODO: set necessary image name in compose-prod.yaml according to your registry and edit lines bellow
#- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
#- docker-compose -f docker-compose-prod.yml push
#- docker compose -f compose-prod.yaml push
only:
- master
- /^release.*$/
15 changes: 0 additions & 15 deletions .idea/codeception.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions .idea/htdocs.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions .idea/php-test-framework.xml

This file was deleted.

Loading

0 comments on commit abcd912

Please sign in to comment.