Skip to content
Snippets Groups Projects

Feature/init

Merged Grzegorz Rola requested to merge feature/init into main
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Sebastian Pisula approved this merge request

    approved this merge request

  • assigned to @grola and unassigned @sebastian.pisula

  • Grzegorz Rola added 1 commit

    added 1 commit

    Compare with previous version

  • Grzegorz Rola resolved all threads

    resolved all threads

  • Grzegorz Rola mentioned in commit cac4e7fe

    mentioned in commit cac4e7fe

  • merged

  • gitlab-ci.yml 0 → 100644
    64 .template: &deploy-to-production
    65 <<: *deploy-template
    66 variables:
    67 DEPLOY_HOST: $PRODUCTION_DEPLOY_HOST
    68 DEPLOY_USER: $PRODUCTION_DEPLOY_USER
    69 DEPLOY_DIR: $PRODUCTION_DEPLOY_DIR
    70 dependencies:
    71 - composer install
    72 - prepare assets production
    73
    74 composer install:
    75 artifacts:
    76 name: "vendor"
    77 paths:
    78 - web/vendor
    79 image: php:8.1-cli
    Please register or sign in to reply
    Loading