https://github.com/fabasoad/business-card-deployment
Deployment repo for https://github.com/fabasoad/business-card project
https://github.com/fabasoad/business-card-deployment
deployment iac terraform
Last synced: about 1 year ago
JSON representation
Deployment repo for https://github.com/fabasoad/business-card project
- Host: GitHub
- URL: https://github.com/fabasoad/business-card-deployment
- Owner: fabasoad
- License: isc
- Created: 2021-08-14T06:14:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T22:03:36.000Z (about 1 year ago)
- Last Synced: 2025-04-10T01:06:11.956Z (about 1 year ago)
- Topics: deployment, iac, terraform
- Language: HCL
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Deployment for personal website
[](https://stand-with-ukraine.pp.ua)




Deployment repo for project
## Work locally
### Install hooks
- Install the pre-commit from
- Install the pre-commit configuration
```shell
pre-commit install
```
### Deploy
> Be sure that `business-card-development` repository is on the same level as
> `business-card` repository.
Run the following commands:
```shell
./build_bundle.sh
cd terraform
terraform init
terraform plan
terraform apply
```