Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiddo Nees committed Oct 30, 2024
1 parent 53d31e1 commit 0f73ff1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ build:
- eval $(ssh-agent -s)
- ssh-add <(echo $SSH_PRIVATE_KEY | base64 -d)
script:
- export SENTRY_LOG_LEVEL=debug
- scp -o StrictHostKeyChecking=no litus.tar.gz root@$SSH_HOSTNAME:/tmp
- ssh -o StrictHostKeyChecking=no root@$SSH_HOSTNAME /usr/local/sbin/deploy.sh
only:
Expand All @@ -45,8 +46,6 @@ deploy_leia:
environment:
name: leia
url: https://liv.vtk.be
script:
- export SENTRY_LOG_LEVEL=debug

deploy_liv:
<<: *deploy
Expand All @@ -55,6 +54,3 @@ deploy_liv:
environment:
name: liv
url: https://vtk.be
script:
- export SENTRY_LOG_LEVEL=debug

0 comments on commit 0f73ff1

Please sign in to comment.