Skip to content

Commit

Permalink
Tweak deployment script
Browse files Browse the repository at this point in the history
Signed-off-by: Andrés Vidal <[email protected]>
  • Loading branch information
andres-vidal committed Apr 22, 2024
1 parent 637b06f commit f8edc56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-to-ifrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "GitHub Actions from WyeWorks"
- run: git subtree split -P frontend -b stage-release
- run: cat components
- run: git checkout stage-release
- run: git clean -f -d
- run: rm -f Dockerfile .dockerignore
- run: git status
- run: git commit -a -m "Remove Dockerfile and .dockerignore"
- run: git remote add ifrs-frontend [email protected]:ifrscanoas/richard-burton/frontend.git
- run: git reset $(git commit-tree HEAD^{tree} -m "Release to Stage `TZ=America/Sao_Paulo date '+%d %b %Y %T São Paulo (UTC%Z)'`")
Expand Down

0 comments on commit f8edc56

Please sign in to comment.