ci: exclude build and deploy from scheduled pipelines
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -14,6 +14,8 @@ build:
|
|||||||
expire_in: 1 hour
|
expire_in: 1 hour
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
|
except:
|
||||||
|
- schedules
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
@@ -21,6 +23,8 @@ deploy:
|
|||||||
- rsync -avz --delete dist/ /var/www/domains/gateway-gamers.net/40k-rankings/
|
- rsync -avz --delete dist/ /var/www/domains/gateway-gamers.net/40k-rankings/
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
|
except:
|
||||||
|
- schedules
|
||||||
environment:
|
environment:
|
||||||
name: production
|
name: production
|
||||||
url: https://40k-rankings.gateway-gamers.net
|
url: https://40k-rankings.gateway-gamers.net
|
||||||
|
|||||||
Reference in New Issue
Block a user