Compare commits
2 Commits
d0e039351a
...
aea479ff72
| Author | SHA1 | Date | |
|---|---|---|---|
| aea479ff72 | |||
| b10c249b46 |
@@ -144,6 +144,7 @@ jobs:
|
|||||||
envs: GAME_ID
|
envs: GAME_ID
|
||||||
script: |
|
script: |
|
||||||
docker login git.unom.io -u ${{ secrets.REGISTRY_USER }} -p ${{ secrets.REGISTRY_TOKEN }}
|
docker login git.unom.io -u ${{ secrets.REGISTRY_USER }} -p ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
[ -d ~/${GAME_ID}/.git ] || git clone "https://${{ secrets.REGISTRY_USER }}:${{ secrets.REGISTRY_TOKEN }}@git.unom.io/played/${GAME_ID}.git" ~/${GAME_ID}
|
||||||
cd ~/${GAME_ID}
|
cd ~/${GAME_ID}
|
||||||
git fetch origin main
|
git fetch origin main
|
||||||
git reset --hard origin/main
|
git reset --hard origin/main
|
||||||
|
|||||||
Reference in New Issue
Block a user