We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84097f4 commit cc354f4Copy full SHA for cc354f4
providers/ibexa-cloud.yaml
@@ -43,7 +43,7 @@ auth_command:
43
if [ -z "${IBEXA_CLI_TOKEN:-}" ]; then echo "Please make sure you have set IBEXA_CLI_TOKEN." && exit 1; fi
44
if [ -z "${IBEXA_PROJECT:-}" ]; then echo "Please make sure you have set IBEXA_PROJECT." && exit 1; fi
45
if [ -z "${IBEXA_ENVIRONMENT:-}" ]; then echo "Please make sure you have set IBEXA_ENVIRONMENT." && exit 1; fi
46
- ibexa_cloud environment:activate -p ${IBEXA_PROJECT} ${IBEXA_ENVIRONMENT} 2>/dev/null || true
+ ibexa_cloud environment:resume -p ${IBEXA_PROJECT} -e ${IBEXA_ENVIRONMENT} 2>/dev/null || true
47
48
db_pull_command:
49
command: |
0 commit comments