Skip to content

chore(deps): bump flask from 3.0.3 to 3.1.3 in /examples/workflow-smoke/web #1057

chore(deps): bump flask from 3.0.3 to 3.1.3 in /examples/workflow-smoke/web

chore(deps): bump flask from 3.0.3 to 3.1.3 in /examples/workflow-smoke/web #1057

name: pullpreview_multi_env
on:
schedule:
- cron: "45 0 * * *"
pull_request:
types: [labeled, unlabeled, synchronize, closed, reopened]
jobs:
deploy_env1:
runs-on: ubuntu-slim
if: >-
github.event_name == 'schedule' ||
github.event.label.name == 'pullpreview-multi-env' ||
((github.event.action == 'opened' ||
github.event.action == 'reopened' ||
github.event.action == 'synchronize' ||
github.event.action == 'closed') &&
contains(github.event.pull_request.labels.*.name, 'pullpreview-multi-env'))
timeout-minutes: 30
steps:
- uses: actions/checkout@v6
- uses: "./"
with:
deployment_variant: env1
label: pullpreview-multi-env
admins: crohr,qbonnard
app_path: ./examples/wordpress
instance_type: micro
registries: docker://${{ secrets.GHCR_PAT }}@ghcr.io
env:
AWS_ACCESS_KEY_ID: "${{ secrets.AWS_ACCESS_KEY_ID }}"
AWS_SECRET_ACCESS_KEY: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
deploy_env2:
runs-on: ubuntu-slim
if: >-
github.event_name == 'schedule' ||
github.event.label.name == 'pullpreview-multi-env' ||
((github.event.action == 'opened' ||
github.event.action == 'reopened' ||
github.event.action == 'synchronize' ||
github.event.action == 'closed') &&
contains(github.event.pull_request.labels.*.name, 'pullpreview-multi-env'))
timeout-minutes: 30
steps:
- uses: actions/checkout@v6
- uses: "./"
with:
deployment_variant: env2
label: pullpreview-multi-env
admins: crohr,qbonnard
app_path: ./examples/wordpress
instance_type: micro
registries: docker://${{ secrets.GHCR_PAT }}@ghcr.io
env:
AWS_ACCESS_KEY_ID: "${{ secrets.AWS_ACCESS_KEY_ID }}"
AWS_SECRET_ACCESS_KEY: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"