feat: simple landing with contact form and applications showcase
Some checks failed
Build & Deploy (prod) / deploy (push) Failing after 11s
Some checks failed
Build & Deploy (prod) / deploy (push) Failing after 11s
This commit is contained in:
25
.github/workflows/deploy.yaml
vendored
Normal file
25
.github/workflows/deploy.yaml
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
name: Build & Deploy (prod)
|
||||
|
||||
"on":
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build, push, bump infra
|
||||
uses: https://git.rlugo.dev/resuely/ci-actions/.github/actions/build-push-bump@main
|
||||
with:
|
||||
registry: git.rlugo.dev
|
||||
image: git.rlugo.dev/resuely/landing
|
||||
infraRepo: git.rlugo.dev/resuely/infra.git
|
||||
stackEnvPath: stacks/resuely/prod/stack.env
|
||||
stackEnvKey: LANDING_IMAGE_TAG
|
||||
registryUsername: ${{ secrets.REGISTRY_USERNAME }}
|
||||
registryToken: ${{ secrets.REGISTRY_TOKEN }}
|
||||
infraPushToken: ${{ secrets.INFRA_PUSH_TOKEN }}
|
||||
Reference in New Issue
Block a user