Skip to content

try to test be workflows #10

try to test be workflows

try to test be workflows #10

Workflow file for this run

name: Backend-cd
on:
pull_request:
types: [labeled]
jobs:
deploy-aws:
if: "${{ github.event.label.name == 'prod: backend' }}"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Remove deploy label
uses: actions-ecosystem/action-remove-labels@v1
with:
labels: "prod: backend"
- name: Deploy to EC2 instance
runs-on: aws-nft

Check failure on line 22 in .github/workflows/production.yml

View workflow run for this annotation

GitHub Actions / Backend-cd

Invalid workflow file

The workflow is not valid. .github/workflows/production.yml (Line: 22, Col: 9): Unexpected value 'runs-on' .github/workflows/production.yml (Line: 24, Col: 9): 'run' is already defined
run: sudo docker-compose stop
run: sudo docker-compose rm -f
run: sudo docker-compose pull
run: sudo docker-compose up -d
run: sudo docker image prune -af