Keep records directory for deploy-frontend script (#43)
Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75) Reviewed-on: #43 Co-authored-by: Nabarun <nabarun@deepstacksoft.com> Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
This commit is contained in:
parent
c34e66aa93
commit
bba0b57bed
3
packages/deployer/.gitignore
vendored
3
packages/deployer/.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
records/*
|
records/*.yml
|
||||||
staging-records/*
|
|
||||||
|
0
packages/deployer/records/.gitkeep
Normal file
0
packages/deployer/records/.gitkeep
Normal file
@ -1,7 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
source .env
|
source .env
|
||||||
echo "Using REGISTRY_BOND_ID: $REGISTRY_BOND_ID"
|
|
||||||
echo "Using DEPLOYER_LRN: $DEPLOYER_LRN"
|
echo "Using DEPLOYER_LRN: $DEPLOYER_LRN"
|
||||||
|
|
||||||
# Generate application-deployment-removal-request.yml
|
# Generate application-deployment-removal-request.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user