https://github.com/werf/sample-app
https://github.com/werf/sample-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/werf/sample-app
- Owner: werf
- Created: 2023-04-18T09:08:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T01:34:28.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T00:18:45.368Z (over 1 year ago)
- Language: Shell
- Size: 2.53 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prepare system
```
# /etc/hosts
127.0.0.1 k3d-registry.sample-app.test
127.0.0.1 sample-app.test
127.0.0.1 sample-app-2.test
```
# Run scenarios
## Successful deployment: werf vs helm
Prepare:
```
./scripts/prepare_successful_deploy.sh
```
Run scenario:
```
./scripts/run_successful_deploy.sh
```
## Deployment with failure: werf vs helm
Prepare:
```
./scripts/prepare_deploy_with_failure.sh
```
Run scenario:
```
./scripts/prepare_deploy_with_failure.sh
```