Skip to content

Commit

Permalink
Update deployMaster.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo1212 authored Oct 26, 2023
1 parent 5592e95 commit a797946
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deployMaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
- name: Load .evn file from secrets
run: echo "${{ secrets.ENV_FILE }}" > .env

- name: Set gitInfo file
run: |
echo "{\"gitBranch\": \"${GITHUB_REF#refs/heads/}\",\"gitCommitHash\": \"$(git rev-parse --short $GITHUB_SHA)\"}" > src/generatedGitInfo.json
- name: 🏗️ Build the stack
run: docker-compose build

Expand Down

0 comments on commit a797946

Please sign in to comment.