Skip to content

fix(deploy): trigger EC2 deploy on push to main instead of tags#1

Open
Lokesh7025 wants to merge 2 commits into
mainfrom
fix/revive-ec2-deploy
Open

fix(deploy): trigger EC2 deploy on push to main instead of tags#1
Lokesh7025 wants to merge 2 commits into
mainfrom
fix/revive-ec2-deploy

Conversation

@Lokesh7025

Copy link
Copy Markdown
Owner

Purpose / Description

Remove the dead deploy-dev workflow that was failing on every PR and update the production deploy to trigger on push to main instead of release tags.

Fixes

  • Fixes the constantly failing "Deploy to EC2 (dev)" CI check that was blocking Renovate auto-merges

Approach

  • Deleted deploy-dev.yml (pointed to a dead instance with invalid secrets)
  • Changed deploy.yml trigger from tags to push to main
  • Updated deploy script to pull main instead of checking out a tag

How Has This Been Tested?

SSH connection to the EC2 instance verified manually. Instance pulled latest main successfully.

Checklist

  • You have a descriptive commit message with a short title (first line, max 50 chars).
  • You have commented your code, particularly in hard-to-understand areas
  • You have performed a self-review of your own code
  • UI changes: include screenshots of all affected screens (in particular showing any new or changed strings)

Signed-off-by: Lokesh Selvam <lokeshselvam7025@gmail.com>
Postgres 18 requires the volume at /var/lib/postgresql (not /data
subdirectory) to use version-specific directory names.

Signed-off-by: Lokesh Selvam <lokeshselvam7025@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant