diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 503f1a9..aad3464 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,9 +56,9 @@ deploy: - git config --global user.email "$GIT_USER_EMAIL" - git config --global user.name "$GIT_USER_NAME" - git add -f dist/wfrp4e-actor-sheet-print.zip - - git commit -m "push artifact on dist-v4 branch" + - git commit -m "push artifact on dist branch" - git remote set-url origin $GIT_SSH_URL - - git push -f origin HEAD:dist-v4 + - git push -f origin HEAD:dist only: - master @@ -68,9 +68,9 @@ deploy_beta: - git config --global user.email "$GIT_USER_EMAIL" - git config --global user.name "$GIT_USER_NAME" - git add -f dist/wfrp4e-actor-sheet-print.zip - - git commit -m "push artifact on dist-beta-v4 branch" + - git commit -m "push artifact on dist-beta branch" - git remote set-url origin $GIT_SSH_URL - - git push -f origin HEAD:dist-beta-v4 + - git push -f origin HEAD:dist-beta rules: - if: '$CI_COMMIT_BRANCH =~ /^(dev)\/.*$/' when: on_success