Skip to content

Commit

Permalink
new server
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip committed Dec 16, 2023
1 parent 1858a74 commit e6d6b30
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/deploy-delaunch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Deploy

on:
push:
branches: [ main ]

jobs:
build:
runs-on: philtower

steps:
- uses: actions/checkout@v2

- name: Update 3rd party docker containers
run: docker compose down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: philtower
runs-on: docker-snickerdoodle

env:
FACookieA: ${{ secrets.FACookieA }}
Expand Down

0 comments on commit e6d6b30

Please sign in to comment.