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

16 lines
255 B
Bash

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