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 dfd6db5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-ifrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ 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: git status
- run: git checkout stage-release
- run: git clean -f -d
- run: rm -f Dockerfile .dockerignore
Expand Down

0 comments on commit dfd6db5

Please sign in to comment.