Skip to content

Commit

Permalink
Migrate to Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Dec 2, 2021
1 parent 59aba7b commit 2a5a90e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: FAF UnitDB CI

on: [ push, pull_request ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Build and push Docker images
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: faforever/faf-unitdb
tag_with_ref: true
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

0 comments on commit 2a5a90e

Please sign in to comment.