Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/0-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pipeline: merge to main → 0-ci → 1-build-push → 4-deploy (EC2)
# Pipeline: merge to main → 0-ci → 1-build-push (Docker Hub). Redeploy in Rancher manually.
name: auth-engine-dashboard · Lint and Build

on:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/1-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,5 @@ jobs:
echo "**Image:** \`${{ steps.image.outputs.full }}\`" >> $GITHUB_STEP_SUMMARY
echo "**Digest:** \`${{ steps.build.outputs.digest }}\`" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo "### Pull Command" >> $GITHUB_STEP_SUMMARY
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
echo "docker pull ${{ steps.image.outputs.full }}" >> $GITHUB_STEP_SUMMARY
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
echo "### Next step — redeploy in Rancher" >> $GITHUB_STEP_SUMMARY
echo "Merge to \`main\` builds and pushes this image. Redeploy the **dashboard** workload in Rancher (or \`kubectl rollout restart deployment/dashboard -n authengine\`) to pick up \`:latest\`." >> $GITHUB_STEP_SUMMARY
141 changes: 0 additions & 141 deletions .github/workflows/4-deploy.yml

This file was deleted.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ cd auth-engine-infra/compose
docker compose up -d --build
```

Pre-built production images and CI/CD: [Deployment guide](https://docs.authengine.org/deployment/).
Pre-built production images: [Deployment guide](https://docs.authengine.org/deployment/).

**CI/CD:** merge to `main` runs lint/build and pushes `DOCKERHUB_USERNAME/authengine-dashboard:latest`. Redeploy the `dashboard` workload in Rancher after a new image is available.

## Contributing

Expand Down
Loading