Skip to content
Snippets Groups Projects
Commit d365704f authored by Jakob Severin Steffensen Hjelseth's avatar Jakob Severin Steffensen Hjelseth
Browse files

Update .gitlab-ci.yml

parent e272f4e8
No related branches found
No related tags found
1 merge request!3Resolve "God html-struktur"
Pipeline #232170 passed
deploy_staging:
stage: deploy
script:
- echo "Deploy to staging server"
environment:
name: staging
url: https://staging.example.com
pages:
stage: deploy
script: mv src public
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
paths:
- public
only:
- main
- main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment