Skip to content

Commit

Permalink
Update .drone.yml: remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
gervasek committed Jun 26, 2019
1 parent 95c6f55 commit 7a36a8c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ pipeline:
commands:
- export PUBLIC_URL="/component-library"
- yarn dist
- echo ${DRONE_TAG=${DRONE_COMMIT_BRANCH=rc}} > dist/website/.version
- echo ${DRONE_COMMIT_SHA} > dist/website/.commit
when:
event: [tag]
matrix:
Expand Down Expand Up @@ -149,13 +151,13 @@ pipeline:
hosts: [ $MGMT_IP ]
user : fpfis
source: ./build/
target: /ec/local/home/fpfis/reference/php-clusters/multisite/production/cluster00/sources/static/europa-component-library-test/
target: /ec/local/home/fpfis/reference/php-clusters/multisite/production/cluster00/sources/static/europa-component-library/
script:
- export GIT_FPFIS_AUTHOR="Drone ec.deploy.fpfis.eu"
- cd /ec/local/home/fpfis/reference/php-clusters/multisite/production/cluster00/sources/static/europa-component-library-test
- cd /ec/local/home/fpfis/reference/php-clusters/multisite/production/cluster00/sources/static/europa-component-library
- git add -A .
- git commit -m"Deployed ${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}@${DRONE_TAG} from drone build ${DRONE_BUILD_NUMBER}." .
#- git push 'nas-reference' 'master'
- git push 'nas-reference' 'master'
when:
event: deployment
matrix:
Expand Down

0 comments on commit 7a36a8c

Please sign in to comment.