Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
fixing autodep
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterNashaat committed Sep 26, 2024
1 parent 6a96269 commit c46e0b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tf_update_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
script: |
cd websites/www2/www_incubaid_zola/
git log -1
git restore .
git pull
git fetch
git reset --hard origin/development
sed -i "s/https:\/\/www.incubaid.com/https:\/\/www2.incubaid.com/g" config.toml
bash build.sh
5 changes: 3 additions & 2 deletions .github/workflows/tf_update_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
script: |
cd websites/www_incubaid_zola/
git log -1
git restore .
git pull
git fetch
git reset --hard origin/main
sed -i "s/https:\/\/www2.incubaid.com/https:\/\/www.incubaid.com/g" config.toml
bash build.sh

0 comments on commit c46e0b6

Please sign in to comment.