Skip to content

Commit bae96e8

Browse files
authored
Refactor/subcategory page refactoring (#56)
* refactor: individual article card * refactor: add broken image + fix image loading issue * fix: minor fixes and refactorings * build: add API URLs to deploy.yml
1 parent 84e3157 commit bae96e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
- name: Deploy to Azure VM
2828
env:
2929
SSH_PRIVATE_KEY: ${{ secrets.AZURE_VM_SSH_KEY }}
30+
PROD_API_URL: ${{ secrets.PROD_API_URL }}
31+
STAGE_API_URL: ${{ secrets.STAGE_API_URL }}
32+
STAGE_API_BASE_URL: ${{ secrets.STAGE_API_BASE_URL }}
33+
PROD_API_BASE_URL: ${{ secrets.PROD_API_BASE_URL }}
3034
run: |
3135
echo "$SSH_PRIVATE_KEY" > ssh_key
3236
chmod 600 ssh_key

0 commit comments

Comments
 (0)