Skip to content

Dockerize and enable excalibur to run as a hosted service #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fetch tag
  • Loading branch information
aakashlpin committed Sep 8, 2020
commit 401dd916b3c5d8941c0b7f1570d09b4bf837671b
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Checkout code
uses: actions/checkout@v2
with:
ref: 'v0.4.2'
- name: Publish to Github Packages Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
Expand All @@ -18,7 +21,7 @@ jobs:
username: ${{ secrets.GITBUH_USERNAME }}
password: ${{ secrets.GITHUB_TOKEN }}
dockerfile: Dockerfile
tags: v0.4.2
tags: latest
- name: Deploy package to digitalocean
uses: appleboy/ssh-action@master
env:
Expand Down