Skip to content

Commit

Permalink
fix(ci-cd): deploy on feature branch to test continuous delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
boltdynamics committed Nov 29, 2023
1 parent 3822317 commit 4248f8b
Show file tree
Hide file tree
Showing 2 changed files with 694 additions and 685 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
---
name: Publish to the Serverless Repository

concurrency:
group: production
cancel-in-progress: true
# concurrency:
# group: production
# cancel-in-progress: true

env:
TAGGED_VERSION: ${{github.ref_name}}

# yamllint disable-line rule:truthy
on:
push:
tags:
- "*"
on: push
# tags:
# - "*"

jobs:
# deploy:
Expand Down
Loading

0 comments on commit 4248f8b

Please sign in to comment.