diff --git a/.github/workflows/deploy-to-ifrs.yml b/.github/workflows/deploy-to-ifrs.yml index 796a665b..043c80bd 100644 --- a/.github/workflows/deploy-to-ifrs.yml +++ b/.github/workflows/deploy-to-ifrs.yml @@ -17,9 +17,11 @@ jobs: - run: git config --global user.email "ghactions@wyeworks.com" - 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 git@gitlab.com: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)'`")