Skip to content

Commit

Permalink
[f] fix envsubst
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha765 committed Sep 28, 2024
1 parent 4194470 commit 5fc3c45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
VITE_IP_ADDRESS: ${{ secrets.BACK_IP }}
run: npm run build --prefix web

- name: Install envsubst
run: |
sudo apt-get update
sudo apt-get install -y gettext
- name: Set environment variables
run: |
export REPO_NAME=$(echo "${{ github.repository }}" | cut -d'/' -f2)
Expand Down

0 comments on commit 5fc3c45

Please sign in to comment.