mirror of
https://github.com/ivabus/www
synced 2024-11-22 23:15:08 +03:00
test deployment of website
This commit is contained in:
parent
1052f6f488
commit
1a848708f7
2 changed files with 1 additions and 2 deletions
2
.github/workflows/staging.yml
vendored
2
.github/workflows/staging.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
lambdas:
|
lambdas:
|
||||||
- 'lambdas/**'
|
- 'lambdas/**'
|
||||||
|
|
||||||
deploy_sls:
|
serverless:
|
||||||
needs: validation
|
needs: validation
|
||||||
if: needs.validation.outputs.lambdas == 'true'
|
if: needs.validation.outputs.lambdas == 'true'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
position:relative;
|
position:relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<section class="hero-section">
|
<section class="hero-section">
|
||||||
|
|
Loading…
Reference in a new issue