Skip to content
Snippets Groups Projects
Commit 4868b335 authored by Timuçin Boldt's avatar Timuçin Boldt :bike:
Browse files

Merge branch 'master' of gitlab.fachschaften.org:artevaeckt/stickerpicker

parents f48efc74 723b90eb
No related branches found
No related tags found
No related merge requests found
Pipeline #49124 passed
...@@ -4,9 +4,10 @@ pages: ...@@ -4,9 +4,10 @@ pages:
stage: deploy stage: deploy
script: script:
- echo "Deploying to pages..." - echo "Deploying to pages..."
- mkdir public
- cp -r web public
artifacts: artifacts:
paths: paths:
- web - public
rules: only:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH - master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment