Skip to content

Added possibility to deploy sample example with terraform #283

Added possibility to deploy sample example with terraform

Added possibility to deploy sample example with terraform #283

Workflow file for this run

name: Sync repo to Gitlab
on: [ push, delete, workflow_dispatch ]
jobs:
sync:
name: Gitlab Sync
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Mirroring Repository
uses: pixta-dev/[email protected]
with:
target_repo_url: [email protected]:localstack.cloud/samples/sample-serverless-image-resizer-s3-lambda.git
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}