Rename cloudfire app to cf_phx; Start Dockerfile work

This commit is contained in:
Jamil Bou Kheir
2020-04-22 19:23:47 -07:00
parent f982a2e92b
commit a76e9f46c3
98 changed files with 283 additions and 188 deletions

16
.github/workflows/deploy.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Deploy
on:
release: created
jobs:
build-image:
runs-on: ubuntu:18.04
steps:
- uses: actions/checkout@v2
- name: Build Docker Image
run: |
docker build -t cloudfirellc/cloudfire:latest .
- name: Push Docker Image
run: |
docker push cloudfirellc/cloudfire:latest