Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

chore(deps): update actions/checkout action to v4 #66

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #66

Workflow file for this run

name: Review
on:
push:
branches-ignore:
- master
tags-ignore:
- v*
concurrency:
cancel-in-progress: true
group: review-${{ github.ref }}
jobs:
deploy:
name: Deploy review branch
runs-on: ubuntu-latest
steps:
- name: Get project name
run: |
echo "project=${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
- name: Use autodevops to deploy review branch
uses: SocialGouv/actions/autodevops@submodules
with:
environment: dev
project: ${{ env.project }}
imageName: ${{ env.project }}/www
token: ${{ secrets.GITHUB_TOKEN }}
kubeconfig: ${{ secrets.KUBECONFIG }}
rancherId: ${{ secrets.RANCHER_PROJECT_ID }}
socialgouvBaseDomain: ${{ secrets.SOCIALGOUV_BASE_DOMAIN }}
dockerbuildargs: |
NEXT_PUBLIC_INSTAGRAM_TOKEN=instagram_token_dev