From f8edc56a4a897843cf93db8b71eba0ab6c53e1f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Vidal?= Date: Mon, 22 Apr 2024 12:52:10 -0300 Subject: [PATCH] Tweak deployment script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andrés Vidal --- .github/workflows/deploy-to-ifrs.yml | 2 ++ 1 file changed, 2 insertions(+) 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)'`")