workflow
This commit is contained in:
@@ -9,11 +9,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
if [ -d "infrastructure" ]; then
|
if [ -d "infrastructure" ]; then
|
||||||
cd infrastructure
|
cd infrastructure
|
||||||
echo "Infrastructure folder exists. Resetting to the most recent commit."
|
echo "Infrastructure folder exists. Resetting to the most recent commit."
|
||||||
git reset --hard HEAD
|
git reset --hard HEAD
|
||||||
git pull https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} $(git rev-parse --abbrev-ref HEAD)
|
git pull https://x-access-token:${{ secrets.GITEA_TOKEN }}@git.alexmickelson.guru/${{ gitea.repository }} $(git rev-parse --abbrev-ref HEAD)
|
||||||
else
|
else
|
||||||
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
|
git clone https://x-access-token:${{ secrets.GITEA_TOKEN }}@git.alexmickelson.guru/${{ gitea.repository }}.git
|
||||||
fi
|
fi
|
||||||
update-infrastructure:
|
update-infrastructure:
|
||||||
runs-on: home-server
|
runs-on: home-server
|
||||||
|
|||||||
Reference in New Issue
Block a user