Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[aws] chore: Deploy to aws #60

Merged
merged 22 commits into from
Aug 19, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
[aws] feat: User Profile
  • Loading branch information
helloitsdave committed Aug 19, 2024
commit e53de3e3aca780038a33b2e33ad500c75232d3dd
5 changes: 2 additions & 3 deletions .github/workflows/backend-deploy-aws.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Deploy Backend to AWS

on:
push:
branches: [aws-deploy]

workflow_dispatch:

jobs:
build:
defaults:
14 changes: 0 additions & 14 deletions .github/workflows/backend-deploy.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/frontend-deploy-aws.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Deploy Frontend to AWS

on:
push:
branches: [aws-deploy]
workflow_dispatch:

permissions: write-all

14 changes: 0 additions & 14 deletions .github/workflows/frontend-deploy.yml

This file was deleted.

70 changes: 0 additions & 70 deletions .github/workflows/frontend-service-tests-deploy.yml

This file was deleted.

Loading