Skip to content

Commit 87179b1

Browse files
committed
attempting to deployment
1 parent d8efd5b commit 87179b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ jobs:
2828
secrets: |
2929
"PRIVATE_KEY=${{secrets.PRIVATE_SSL_KEY}}"
3030
"SSL_CERT=${{secrets.SSL_CERT}}"
31+
3132
deploy:
32-
name: Deploy to EC2
3333
runs-on: ubuntu-latest
34-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
3534
steps:
3635

3736
- name: Deploy via SSH

0 commit comments

Comments
 (0)