mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-13 04:15:45 -05:00
ok now?
This commit is contained in:
@@ -12,9 +12,9 @@ script:
|
||||
|
||||
before_deploy:
|
||||
# Set up git user name and tag this commit
|
||||
- git config --local user.name "garakmon"
|
||||
- git config --local user.email "garakmon@gmail.com"
|
||||
- git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)
|
||||
- git config --local user.name garakmon
|
||||
- git config --local user.email garakmon@gmail.com
|
||||
- git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)"
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
|
||||
Reference in New Issue
Block a user