Fixes to deployment
This commit is contained in:
2
.github/workflows/deploy_staging.yaml
vendored
2
.github/workflows/deploy_staging.yaml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
run: make test
|
||||
|
||||
- name: Build the binary
|
||||
run: make build
|
||||
run: make build SUFFIX=-staging-$GITHUB_SHA
|
||||
|
||||
- name: Deploy to Server
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user