Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
31a09b7eed
|
@@ -15,14 +15,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: buildtool/setup-buildtools-action@v1
|
||||
- name: Show buildtools config
|
||||
run: |
|
||||
unset GITHUB_REPOSITORY_OWNER GITEA_TOKEN
|
||||
build --config
|
||||
- name: Build and push
|
||||
run: |
|
||||
unset GITHUB_REPOSITORY_OWNER GITEA_TOKEN
|
||||
build --verbose && push --verbose
|
||||
build && push
|
||||
|
||||
deploy-prod:
|
||||
needs: build
|
||||
|
||||
Reference in New Issue
Block a user