Skip to content

Commit

Permalink
fix(EMS-4098): fixed deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi Markan committed Jan 10, 2025
1 parent 6cf6153 commit a6c355b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ jobs:
fi
- name: Timezone 🌐
run: echo "Timezone set to ${{ env.TIMEZONE }}"
run: |
echo "Timezone set to ${{ env.TIMEZONE }}"
echo "Env is ${{ steps.environment }}"
echo "Env is ${{ steps.environment.outputs }}"
echo "Env is ${{ steps.environment.outputs.environment }}"
# 2. Database schema migration
database:
Expand Down

0 comments on commit a6c355b

Please sign in to comment.