diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4158c578cdb5edf087a580cbc90815f9cffdf8c9..bed7a868fa714b4104efc9ce7fda0ea60333af7c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,3 @@ -deploy_staging: - stage: deploy - script: - - echo "Deploy to staging server" - environment: - name: staging - url: https://jshjelse.pages.stud.idi.ntnu.no/proggis/ - pages: stage: deploy script: @@ -16,5 +8,4 @@ pages: paths: - public only: - - main - + - main \ No newline at end of file