Skip to content

Commit

Permalink
fix: copy pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu committed Nov 9, 2022
1 parent f9637f1 commit af3b0ee
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/deploy.2anki.net.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,3 @@

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
concurrency: 'production'
steps:
- uses: actions/checkout@v1
- name: Dokku deploy
uses: vitalyliber/dokku-github-action@v7.0
env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
HOST: 2anki.net
PROJECT: notion
- uses: actions/checkout@v2
- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
environment: production




---
name: Deploy to 2anki.net

# yamllint disable-line rule:truthy
Expand Down

0 comments on commit af3b0ee

Please sign in to comment.