Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Deploy - Staging
# Deploys a preview page for each PR on FeaturePeek

on:
push:
branches:
- develop
name: Deploy - Staging

on: push
jobs:
deploy-staging:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use node 12.x
uses: actions/setup-node@v1
with:
ref: develop
- name: Push to Staging
uses: dokku/github-action@master
with:
git_push_flags: '--force'
git_remote_url: 'ssh://[email protected]:22/brickhack-stage'
ssh_private_key: ${{ secrets.CODERIT_CLOUD_SSH_PRIVATE_KEY }}
node-version: 12.x
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Ping FeaturePeek
run: bash <(curl -s https://peek.run/ci)
17 changes: 0 additions & 17 deletions .github/workflows/featurepeek.yml

This file was deleted.

5 changes: 0 additions & 5 deletions buildpack-run.sh

This file was deleted.