Skip to content

Commit

Permalink
feat: add production environment and deployment notification to CI wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
LeonardoMeireles55 committed Jan 17, 2025
1 parent 88251f0 commit 7577252
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
deploy:
runs-on: [self-hosted, linux, x64, frontend]
needs: build
environment: production

steps:
- name: Checkout code
Expand All @@ -39,3 +40,5 @@ jobs:
run: |
docker-compose pull
docker-compose up -d
- name: Notify deployment
run: echo "Deployment completed successfully"

0 comments on commit 7577252

Please sign in to comment.