Commit 847cd24c authored by Heddi Heryadi's avatar Heddi Heryadi 💪

.gitlab-ci.yml

parent bb0c2586
Pipeline #3 failed with stages
stages:
- test
- build
- deploy
test:
stage: test
script: echo "Running tests"
build:
stage: build
script: echo "Building the app"
deploy_staging:
stage: deploy
script:
- echo "Deploy to staging server"
environment:
name: staging
url: https://staging.example.com
only:
- master
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment