Skip to content

Commit

Permalink
Update deploy_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Garima Ketan Chauhan authored and GitHub Enterprise committed Apr 2, 2025
1 parent 37ee980 commit ae02f64
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Production Deployment Workflow
name: Production Deployment Workflow

on:
push:
Expand All @@ -21,7 +21,7 @@ jobs:
with:
export-variables: true
keys-case: bypass

- name: Set up test containers
run: docker-compose -f docker-compose.stag.yml up --build -d

Expand All @@ -37,8 +37,3 @@ jobs:
- name: Print deployment message
run: |
echo "Code has been updated and deployed to the server!"
echo "Commit hash: ${{ github.sha }}"
echo "Branch: ${{ github.ref }}"
- name: Verify that gateway is available
run: docker ps

0 comments on commit ae02f64

Please sign in to comment.