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

13 lines
201 B
Bash

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