Files
yml/scripts/gitlab/create-environment.sh
2024-05-09 19:05:17 -05:00

16 lines
272 B
Bash

#!/usr/bin/env bash
#%%MULTILINE_YAML_START
#test deployment
echo "
deploy_$VERSION:
stage: deploy
needs:
- pipeline: $PARENT_PIPELINE_ID
job: version
script:
- echo "Deploy to staging server"
environment:
name: staging
" > generated-config.yml