Skip to content

Commit

Permalink
ci(deploy): Add summary!
Browse files Browse the repository at this point in the history
  • Loading branch information
codingluke committed Oct 26, 2024
1 parent 41e55e1 commit c9014f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,6 @@ jobs:
KAMAL_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
KAMAL_REGISTRY_PASSWORD: ${{ steps.login-ecr.outputs[format('docker_password_{0}_dkr_ecr_us_east_1_amazonaws_com', secrets.AWS_ACCOUNT_ID)] }}
VERSION: ${{ steps.meta.outputs.version }}
run: bundle exec kamal deploy --skip-push --version=$VERSION
run: |
bundle exec kamal deploy --skip-push --version=$VERSION
echo "Visit me on [http://$KAMAL_SERVER_IP](http://$KAMAL_SERVER_IP) 🚀" >> $GITHUB_STEP_SUMMARY
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Beispiel einer CI/CD Pipeline in die AWS Academy Umgebung.
## :information_desk_person: Anleitungen auf der Modulwebseite

- [In AWS Umgebung starten](https://codingluke.github.io/bbzbl-modul-324/docs/lektionen/woche01/aufgabe-amazon-aws-umgebung-starten)
- AWS Credentials übertragen
- AWS Umgebung aufsetzen
- Nginx Image bauen und ausliefern
- [AWS Credentials übertragen](https://codingluke.github.io/bbzbl-modul-324/docs/lektionen/woche01/nginx-example-klonen#aws-credentials-in-repository-environment-variablen-%C3%BCbertragen)
- [AWS Umgebung aufsetzen](https://codingluke.github.io/bbzbl-modul-324/docs/lektionen/woche01/aufgabe-nginx-example-klonen#amazon-aws-infrastruktur-aufsetzten)
- [Nginx Image bauen und ausliefern](https://codingluke.github.io/bbzbl-modul-324/docs/lektionen/woche01/aufgabe-nginx-example-klonen#nginx-image-bauen-und-ausliefern-deployen)
- Lokale Entwicklungsumgebung konfigurieren
- Devcontainer Dockerfile erweitern
- Eine eigene Applikation erstellen
Expand Down

0 comments on commit c9014f6

Please sign in to comment.