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

try to test be workflows #4

Merged
merged 24 commits into from
Feb 21, 2024
Prev Previous commit
Next Next commit
rename
Zafei-Erin committed Feb 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 8da5a316563e15874c6e753b403f6d38a60da3a5
7 changes: 4 additions & 3 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Production
name: Backend-cd

on:
pull_request:
types: [labeled]

jobs:
deploy-backend:
git:
if: "${{ github.event.label.name == 'prod: backend' }}"
runs-on: ubuntu-latest

@@ -18,7 +18,8 @@ jobs:
with:
labels: "prod: backend"

deploy-aws:
aws:
needs: git
runs-on: aws-nft
steps:
- name: Deploy to EC2 instance