Skip to content

Commit

Permalink
oks
Browse files Browse the repository at this point in the history
  • Loading branch information
bakboem committed Jan 1, 2025
1 parent 078214b commit 3845009
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: CI/CD
#
on:
push:
branches:
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ All services are containerized using Docker, making it easy to manage, scale, an
```
2. Grant permissions to script files
```bash
chmod +x start.sh stop.sh build-image.sh
chmod +x start.sh stop.sh \
extract-ngrok-ip.sh build-image.sh \
init-java-stack-services.sh \
create-jwt-token-keypair.sh
```
3. Build docker images:
```bash
Expand Down

0 comments on commit 3845009

Please sign in to comment.