mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
Update .gitlab-ci.yml
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
before_script:
|
before_script:
|
||||||
- apt-get update -qq && apt-get install -y -qq sshpass
|
- apt-get update -qq && apt-get install -y -qq sshpass
|
||||||
|
- apt-get install zip unzip
|
||||||
|
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
||||||
|
- php composer-setup.php
|
||||||
|
- php -r "unlink('composer-setup.php');"
|
||||||
|
- php composer.phar install
|
||||||
|
- npm install
|
||||||
|
|
||||||
deploy_stage:
|
deploy_stage:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user