tsk-7: Change name of repo (#8)
Closes #7 Reviewed-on: #8 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
+7
-7
@@ -12,7 +12,7 @@ image: golang:1.24
|
||||
stages:
|
||||
- test
|
||||
- build
|
||||
- deploy
|
||||
# - deploy
|
||||
|
||||
format:
|
||||
stage: test
|
||||
@@ -24,13 +24,13 @@ format:
|
||||
compile:
|
||||
stage: build
|
||||
script:
|
||||
- mkdir -p mybinaries
|
||||
- go build -o mybinaries ./...
|
||||
- make build
|
||||
|
||||
artifacts:
|
||||
paths:
|
||||
- mybinaries
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
script: echo "Define your deployment script!"
|
||||
environment: production
|
||||
# deploy:
|
||||
# stage: deploy
|
||||
# script: echo "Define your deployment script!"
|
||||
# environment: production
|
||||
|
||||
Reference in New Issue
Block a user