6 lines
183 B
Bash
6 lines
183 B
Bash
#!/bin/bash
|
|
export OS_CLOUD="felcloud_staging"
|
|
export PULUMI_STACK="staging"
|
|
export PULUMI_SUB_STACK="semaphore"
|
|
export PULUMI_CONFIG_PASSPHRASE_FILE="/etc/ansible/pulumi_passphrase"
|