1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-06-16 15:06:53 +00:00

lets get my ass kicked by the CI at 130am on a work night

This commit is contained in:
Anson 2023-10-09 01:34:26 -06:00
parent b6fc82b491
commit 16ce877d5c
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
stages: stages:
- lint - lint
- deploy - build_site
- deploy_site
black: black:
stage: lint stage: lint

View File

@ -10,7 +10,7 @@ build_site:
paths: paths:
- public - public
pages: deploy_site:
stage: deploy stage: deploy
script: script:
- echo "Publishing site..." - echo "Publishing site..."