Skip to content

Instantly share code, notes, and snippets.

View salaxander's full-sized avatar
☁️
In the cloud

Xander Grzywinski salaxander

☁️
In the cloud
View GitHub Profile
@salaxander
salaxander / terraform.yml
Created December 11, 2019 09:40
Terraform GitHub Actions
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:

Keybase proof

I hereby claim:

  • I am salaxander on github.
  • I am xandergrzy (https://keybase.io/xandergrzy) on keybase.
  • I have a public key ASDraQdnWICU7fr6_MkqX2MOw024x6XdaZWUFVSWiq-iHgo

To claim this, I am signing this object:

upstream drone {
server localhost:8000 fail_timeout=0;
}
server {
listen 80;
listen [::]:80;
server_name drone.xander.wtf;
return 301 https://$server_name$request_uri;